Retrieve a list of clips for a specific project.
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.
q
(required): Query type, must be one of findByProjectId
findByCollectionId
.projectId
(required when q=findByProjectId
): The unique identifier of the project.collectionId
(required when q=findByCollectionId
): The unique identifier of the collection.API_KEY
and PROJECT_ID
with your actual values.