Getting Started

更新时间:
复制 MD 格式

This topic describes how to get started with the image processing service.

Quick start using the console

  1. Log on to the OSS console and activate OSS.

  2. Create a bucket.

  3. Upload and download images.

For more information, see Quick Start for the OSS console.

Understand image uploads and downloads

Before you use the SDK, read the developer guide to learn how to upload and download files.

The image service uses RESTful APIs. All requests are standard HTTP requests.

  • Uploading images to the image service is the same as uploading objects to OSS. OSS provides several methods to upload files, such as simple upload, which uses a single PUT request, form upload, which uploads directly from a web form, and multipart upload, which is used for large files.

  • To download an image, send an HTTP GET request to the image's URL from a browser.

Try the features of the image service

To try out the features of the image service, see Quick Start for the OSS image service.