Storage Management API
General information
This section describes the API methods for working with storage and transcoding tasks.
All responses, including errors, are returned in JSON format.
API interface
General details
- Required headers: CDN-AUTH-TOKEN (authorization token, see Authorization)
- Content-Type of a successful response: application/json
- All responses, including errors, follow a common structure:
the
statusfield is always returned; in case of a successful response, thedatafield with the response payload is returned where applicable; otherwise, thedescriptionanderrorsfields may be returned with error details.