Connect D-ID to Google Gemini on Stepper to automate your workflows. See the triggers and actions available for each app below.
When this happens in D-ID
New Talk Video Completed
Triggers when a talk video has finished processing and is ready to download.
New Clip Video Completed
Triggers when a clip video has finished processing and is ready to download.
New Translation Completed
Triggers when a video translation has finished processing and is ready to download.
Do this in Google Gemini
Create Talk Video
Creates a new talk video from a source image and script. The video generation is asynchronous — this action returns immediately with the talk ID and status. Use "Get Talk Video" to poll for the completed result.
Get Talk Video
Gets the status and details of a talk video by ID. Use this to check if a video has completed processing. When status is "done", the result_url field contains the video URL.
Create Clip Video
Creates a new clip video using a V3 Pro avatar presenter. The video generation is asynchronous — this action returns immediately with the clip ID and status. Use "Get Clip Video" to poll for the completed result.
Get Clip Video
Gets the status and details of a clip video by ID. Use this to check if a video has completed processing. When status is "done", the result_url field contains the video URL.
Get Translation
Gets the status and details of a video translation by ID. Use this to check if a translation has completed processing. When status is "done", the result_url field contains the translated video URL.
Create Agent
Creates a new AI agent with a presenter avatar, optional knowledge base, and LLM configuration.
Update Agent
Updates an existing AI agent's configuration, including its presenter, knowledge base, or LLM settings.
Create Knowledge Base
Creates a new knowledge base that can be attached to AI agents to give them context.
Get Credits
Gets the current credit balance for your D-ID account.
Find Talk Video
Finds a talk video by its ID. Returns the talk details including status and result URL if completed.
Find Clip Video
Finds a clip video by its ID. Returns the clip details including status and result URL if completed.
Find Agent
Finds an AI agent by its ID. Returns the agent configuration including presenter, knowledge base, and LLM settings.
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.