Updated on 2024-08-09 GMT+08:00

Accessing Image Processing

You can access image processing in either of the following ways:

  • Using OBS Console

    On the image processing page, you can create a processing style for an image by specifying parameters on the GUI or by editing code. You can then view the new image effect on the Preview Image tab page on the image's details page. You can also click Copy Link to get the link for accessing the new image.

    To get started with image processing on OBS Console, see Process.

  • Using the REST API

    You can call OBS Representational State Transfer (REST) APIs to access image processing. In the REST architectural style, resources on a network are identified by Uniform Resource Identifiers (URIs) and applications on clients locate resources using Uniform Resource Locators (URLs). The URL is in the https://Endpoint/uri format. By putting a URL that complies with the command rules of image processing in a browser, you can get the new image after processing. For more information, see the Object Storage Service API Reference.

    To get started with image processing with API, see Process.