🎬
Animate a photo
NewTurn a photo into a short video — right here, no API key needed.
Balance
0coins
Total Requests
0Total Spent
0coins
Top Up Balance
API Key
Use your API key to authenticate requests. The server stores only a hash — you'll see the raw key once after generation. Keep it secret.
API Reference
Base URL: https://api.dnamedia.cloud/v1
POST
/v1/i2i10 coins/requestEdit an image using AI. Send a base64-encoded image and an edit prompt.
{
"image_base64": "base64_encoded_image",
"prompt": "change background to sunset beach",
"width": 1024,
"height": 1024,
"seed": 42
}Quick Start
curl -X POST https://api.dnamedia.cloud/v1/i2i \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"image_base64": "...", "prompt": "edit instruction"}'Full interactive docs: api.dnamedia.cloud/docs
Request History
View all your API requests