Help Center> Object Storage Service> Image Processing> Introduction> Methods to Access Image Processing
Updated on 2023-08-25 GMT+08:00

Methods to Access Image Processing

You can access image processing in the following ways:

  • Log in to OBS Console to preview image effects in different style templates.

    On the image processing page of OBS Console, you can create a style template by configuring parameters on the GUI or by coding. You can view the effect of the style template in the preview area. After creating an image style template, you can copy the link to obtain the new image URL.

    For details about how to quickly get started on OBS Console, see Procedure.

  • Use applications to call REST APIs to access the image processing.

    OBS provides REST APIs. In the REST architectural architecture, resources on a network are identified by Uniform Resource Identifiers (URIs). Applications on clients locate resources using Uniform Resource Locators (URLs). The URL is in the https://Endpoint/uri format. You can obtain the processed image simply by putting a URL that complies with the command rules of image processing in a browser. For more API access information, see the Object Storage Service API Reference.

    For details about how to quickly get started through the API, see Procedure.