Personas
GET
/api/v1/personas/ambient-library/{asset_id}/preview-url

Return a presigned URL for streaming ambient library preview in the browser.

Authorization

AuthorizationBearer <token>

JWT access token. Use: Authorization: Bearer .

In: header

Path Parameters

asset_id*Asset Id
Formatuuid

Query Parameters

expiration?Expiration
Range60 <= value <= 86400
Default3600

Header Parameters

X-Workspace-Id?string|null
Authorization?string|null
X-API-Key?string|null
X-EFFICIENTAI-API-KEY?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/personas/ambient-library/497f6eca-6276-4993-bfeb-53cbbbba6f08/preview-url"
{  "url": "string",  "expires_in": 0}

Community & contact

  1. Found a bug or have a feature request? Open a GitHub issue.
  2. Join our Discord for faster replies!