Introduction

The GET /api/exportable-clips endpoint returns a list of clips that are available for use in your projects. Each clip is associated with a unique ID that you can use to reference it in your project.

Request Parameters

  • q (required): Query type, must be findByProjectId.
  • projectId (required): The unique identifier of the project.

Example

curl --request GET \
  --url 'https://api.opus.pro/api/exportable-clips?q=findByProjectId&projectId=<PROJECT_ID>' \
  --header 'Authorization: <API_KEY>'

Ensure you replace API_KEY and PROJECT_ID with your actual values.

Playground

Generate Code Snippet

Use this code generator to easily create code snippets.

Response Schema

API Response Schema

For more details of response, please refer to the API response schema.