Skip to main content
GET

Endpoint

Use this endpoint when you already have a clipId and need the latest saved clip document, including fields updated by POST /update-clip.

Authentication

Query Parameters

The same lookup is also available at GET /companies/{companyId}/clips/{clipId}.

Response

Returns a Clip object. Clip fields are included when available, so a response may omit values that have not been generated or rendered yet. For example, renderedUrl may be absent.
The clip object is the saved clip document with id set to the Firestore document id.

Clip Model

Review the fields that may appear on a clip response