Skip to Content
API ReferenceProjectsList the clips a project produced

List the clips a project produced

GETapi.vdclip.com/v1/projects/{project_id}/clips
AuthAuthorization: Bearer <token>scope: vdclip:projects:read

Return all clips generated by a project, paginated.

Path parameters

project_idstringrequired

Project external id returned when the project was created or listed.

Query parameters

cursorstringoptional

Pagination cursor from a previous response. Omit to get the first page.

limitintegeroptionale.g. 100

Maximum number of clips to return per page.

Last updated on