Documentation Index
Fetch the complete documentation index at: https://docs.dolphy.chat/llms.txt
Use this file to discover all available pages before exploring further.
What it does
Takes a still image of a character + a reference video, and produces a new video with your character performing the motion from the reference video.Request
| Field | Notes |
|---|---|
image_url | Character still — public URL |
video_url | Reference motion — public URL |
duration_seconds | 1–30. Affects credit cost (5 credits/sec) |
prompt | Optional scene description |
keep_original_sound | If true, preserves the reference video’s audio |
character_orientation | image (match the still’s pose) or video (match the reference) |
Response
POST /v1/video/retrieve with the returned id. Same response
shape as regular video retrieve.
Billing
5 credits per second ofduration_seconds. A 5-second clip = 25
credits. Refunded automatically on failure.