Help Center> Object Storage Service> Image Processing> Introduction> Methods to Access Image Processing

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.

  • Call RESTful APIs to access Image Processing using applications.

    OBS provides REST APIs. Under the RESTful architecture, a resource on a network is identified by a Uniform Resource Identifier (URI). Applications on clients can locate resources using Uniform Resource Locators (URLs). The URL is in the following format: https://Endpoint/uri. You can obtain the processed image simply by inputting a URL that complies with the command rules of Image Processing in the address box of the browser. For more API access information, see Object Storage Service API Reference.

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