D-ID · Schema

D-ID Talk

Schema for a D-ID talking-head video job (talk object).

AI VideoDigital HumansTalking HeadAvatarGenerative AIVideo GenerationReal-Time StreamingText-to-VideoVideo TranslationVoice Cloning

Properties

Name Type Description
id string Unique talk identifier.
object string Object type discriminator.
user_id string Identifier of the user who submitted the talk.
source_url string URL of the source image (.jpg or .png) used to animate.
audio_url string URL of the audio file used for synthesis.
result_url string S3 URI pointing to the resulting video file.
status string Current processing status of the talk.
created_at string ISO-8601 timestamp when the talk was created.
created_by string User ID of the creator.
started_at string ISO-8601 timestamp when processing started.
modified_at string ISO-8601 timestamp of last modification.
webhook string HTTPS webhook URL for completion notifications.
user_data string Custom metadata string (max 1,000 characters).
config object Configuration options used for processing.
metadata object Collected process metadata.
View JSON Schema on GitHub

JSON Schema

d-id-talk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/d-id/main/json-schema/d-id-talk-schema.json",
  "title": "D-ID Talk",
  "description": "Schema for a D-ID talking-head video job (talk object).",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique talk identifier."
    },
    "object": {
      "type": "string",
      "const": "talk",
      "description": "Object type discriminator."
    },
    "user_id": {
      "type": "string",
      "description": "Identifier of the user who submitted the talk."
    },
    "source_url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the source image (.jpg or .png) used to animate."
    },
    "audio_url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the audio file used for synthesis."
    },
    "result_url": {
      "type": "string",
      "format": "uri",
      "description": "S3 URI pointing to the resulting video file."
    },
    "status": {
      "type": "string",
      "enum": ["created", "started", "done", "error", "rejected"],
      "description": "Current processing status of the talk."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO-8601 timestamp when the talk was created."
    },
    "created_by": {
      "type": "string",
      "description": "User ID of the creator."
    },
    "started_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO-8601 timestamp when processing started."
    },
    "modified_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO-8601 timestamp of last modification."
    },
    "webhook": {
      "type": "string",
      "format": "uri",
      "description": "HTTPS webhook URL for completion notifications."
    },
    "user_data": {
      "type": "string",
      "maxLength": 1000,
      "description": "Custom metadata string (max 1,000 characters)."
    },
    "config": {
      "type": "object",
      "description": "Configuration options used for processing.",
      "properties": {
        "result_format": {
          "type": "string",
          "enum": ["mp4", "gif", "wav"]
        },
        "fluent": {
          "type": "boolean"
        },
        "pad_audio": {
          "type": "number"
        }
      }
    },
    "metadata": {
      "type": "object",
      "description": "Collected process metadata."
    }
  },
  "required": ["id", "status"],
  "additionalProperties": true
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/d-id-talk"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.