v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Agentic Videos

List agentic videos

List your agentic videos, most recent first. Results are paginated: when more pages are available the response includes a token — pass it back as the token query param to fetch the next page.

get/agentic-videos

Query parameters

limitnumber double

Maximum number of videos to return in a single page.

tokenstring

Pagination token returned by a previous call to fetch the next page.

sort_by'created_at' | 'modified_at'

Field to sort by: created_at or modified_at.

order'ascending' | 'descending'

descending (default — newest first) or ascending.

Response

Agentic videos retrieved

tokenstring

Pagination token for the next page. Present only when more results are available; pass it back as the token query parameter to fetch the next page.

Example response

{
  "agentic_videos": [
    {
      "video_id": "avd_a1b2c3d4e5",
      "name": "Product walkthrough",
      "video_url": "https://agentic-videos-results.d-id.com/owner-123/avd_a1b2c3d4e5/video.mp4",
      "thumbnail_url": "https://agentic-videos-results.d-id.com/owner-123/avd_a1b2c3d4e5/thumbnail.jpg",
      "duration": 42,
      "language": "en-US",
      "agent_id": "agt_a1b2c3d4e5",
      "background": {
        "color": "#47ffff",
        "source_url": "https://path.to.image/"
      },
      "bubble_text": "Ask me anything",
      "created_by": "user-123",
      "created_at": "2024-01-01T00:00:00.000Z",
      "modified_at": "2024-01-01T00:00:00.000Z"
    }
  ],
  "token": "eyJwayI6ImFndl8xMjMifQ=="
}