Skip to content

cloudinary/api-schemas

Repository files navigation

API Schemas

This repository contains publicly accessible OpenAPI schemas for various APIs, each describing endpoints, request/response structures, and relevant documentation.

Available Schemas

  • Analysis API: Provides endpoints for performing and retrieving various analytical operations.
  • Permissions API: Manages user permissions, roles, and related access controls.
  • Provisioning API: Handles resource provisioning, management, and related tasks.
  • Video Live Streaming API: Enables streaming functionalities including live broadcasts and stream management.

How to Use

Each API schema is provided in YAML format (schema.yml) and can be consumed using common OpenAPI viewers:

An interactive documentation viewer is also available directly within this repository:

👉 View Interactive Documentation

Contributing

To add or modify API schemas:

  1. Fork this repository
  2. Create or update the schema YAML file (schema.yml) within the appropriate directory
  3. Update the schemas.yml configuration file if adding a new schema
  4. Submit a pull request

License

This repository and its schemas are open-sourced under the MIT License.

Releases

No releases published

Packages

No packages published

Languages