Returns all domains on your account. Use the id from each domain when generating videos via POST /v1/videos/:domain_id.
Endpoint
Authentication
Bearer token. Pass your API key: Authorization: Bearer <api_key>
Response
Array of domain objects.
Unique domain identifier. Use this value as the domain_id path parameter when generating videos.
Display name of the application associated with this domain.
The base URL of the application.
Optional description of the application.
Primary brand color as a hex string (e.g. #4F46E5).
Secondary brand color as a hex string.
Detected frontend framework (e.g. React, Vue).
Example
Response
Pass a domain’s id as the domain_id path parameter when generating a new video with POST /v1/videos/:domain_id.