HomeDocumentationAPI Reference
API Reference

Obtain a clip download link

Returns the details of a clip and a link to download it.

If the clip is still being prepared, the response returns a status of GENERATING and no link. Call this endpoint again every few seconds until the status becomes GENERATED, then use the clipUrl to download the clip. The link is valid for 15 minutes; after it expires, call the endpoint again to get a new one.

Compatibility:

  • Sessions must be found within tests with the "STUDYV2" type and belong to one of the following product types that support session video clips:
    • "LIVE_CONVERSATION" (non-classic live conversation)
    • "NON_THINK_OUT_LOUD" (interaction test)
    • "THINK_OUT_LOUD" (think-out-loud test).
  • Go to How to Obtain a Test ID (UUID) for details.
Path Params
uuid
required

ID of the session that contains the clip.

uuid
required

ID of the clip you want to download.

Responses

401

Missing or invalid access token.

404

Clip not found.

429

Too many requests. Maximum of 10 requests per minute.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json