Generate AIGC (ai generated content) using the most advanced video models and op...
https://eliza.getimagine.club/generation/createOverview
Generate AIGC (ai generated content) using the most advanced video models and optionally coin them to earn trading fees
Protocol
x402
Price
$1.00
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
eliza
Source
bazaar
Indexed
2026-03-02 01:13:32
Health
Status
down
Latency (p50)
36ms
Uptime (30d)
0.0%
Reliability Score
35/100
Last Checked
2026-07-21 21:40:32
Last Healthy
Never
Consecutive Failures
1523
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"prompt": {
"description": "Text prompt describing the video to generate",
"required": true,
"type": "string"
},
"templateData": {
"description": "JSON stringified object with optional configuration. Include 'image' property here for image-to-video generation.",
"properties": {
"autoClank": {
"default": false,
"description": "Automatically deploy a Clanker token for this video with first frame as token. Sender is the creator to earn trading fees",
"type": "boolean"
},
"autoEnhance": {
"default": false,
"description": "Automatically enhance the prompt based on video model's prompting guidelines",
"type": "boolean"
},
"duration": {
"default": 8,
"description": "Video duration in seconds (model-dependent)",
"type": "number"
},
"image": {
"description": "Optional image URL (http(s)://) or base64 data URL (data:image/png;base64,...) for image-to-video generation",
"type": "string"
},
"soraVideoId": {
"description": "Sora video ID for remix/continuation",
"type": "string"
},
"videoModel": {
"default": "sora",
"description": "Video generation model to use",
"enum": [
"sora"
],
"type": "string"
}
},
"required": false,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"mimeType": "application/json",
"type": "http"
}
Output Schema
{
"notes": [
"Response returns HTTP 202 (Accepted) with taskId",
"Poll status at: GET /generation/:taskId/status",
"Status responses: 'queued' (202), 'processing' (202), 'completed' (200), 'failed' (500), 'not_found' (404)",
"Completed tasks return result.generation.video with the video URL",
"Monitor progress field (0-100) to track generation progress"
],
"properties": {
"taskId": {
"description": "Unique task identifier returned for polling status. Poll for completion status at GET eliza.getimagine.club/generation/{taskId}/status endpoint every 15 seconds until status is 'completed' or 'failed'. Generation typically takes 1-3 minutes.",
"format": "uuid",
"type": "string"
}
},
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-21 21:40:32 | error | — | — | fetch failed |
| 2026-07-21 17:52:47 | error | — | — | fetch failed |
| 2026-07-21 13:27:02 | error | — | — | fetch failed |
| 2026-07-21 07:30:01 | error | — | — | fetch failed |