Short answer: You can create clip (presenter) in D-ID by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the D-ID Create Clip (Presenter) action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Presenter ID presenter_id | string | Required | The Presenter ID assigned by D Id. Find via the corresponding list/search operation in this app. Use the exact ID, not a name or label. |
Script input_text | string | Required | Script (required) |
Voice ID voice_id | string | Optional | Voice ID |
Voice Provider voice_provider | options | Optional | Voice Provider. Options: Microsoft, Amazon, ElevenLabs |
{"presenter_id": "e.g. amy-Aq6OmGZnMt","input_text": "{{trigger.input_text}}","voice_id": "{{trigger.voice_id}}","voice_provider": "{{trigger.voice_provider}}"}
{"id": "clp_abc","status": "created"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.