v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Agentic Videos

Get an agentic video

Retrieve a single agentic video and the agent generated from it (when one exists).

get/agentic-videos/{id}

Path parameters

idstring required

Response

Agentic video retrieved

Example response

{
  "video": {
    "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"
  },
  "agent": {
    "presenter": {
      "voice": {
        "voice_id": "en-US-JennyNeural",
        "voice_config": {
          "rate": "0.5",
          "pitch": "+2st"
        },
        "language": "English (United States)"
      }
    },
    "llm": {
      "prompt_customization": {
        "role": "Salesperson",
        "topics_to_avoid": [
          "Politics",
          "Religion"
        ],
        "max_response_length": 75
      }
    },
    "triggers": {
      "chat/end": {
        "webhooks": [
          {
            "url": "https://example.com"
          }
        ]
      }
    },
    "pronunciation_dictionary": {
      "id": "dict_V1StGXR8_Z5jdHi6B-myT"
    }
  }
}