createa.meme
API Reference

Poll an animation job

Free. Returns the job's status: queued, processing, completed (with a permanent video_url on createa.meme storage), or failed (credits auto-refunded). Poll every 2-3 seconds. Job ids are private to the key that created them.

GET
/v1/animate/{job_id}

Authorization

bearerAuth
AuthorizationBearer <token>

Before clicking 'Try it' or copying the curl example, paste your API key into the Authorization input field on this page. Format: cam_live_xxxxxxxxxxxxxxxxxxxx (the playground will prepend Bearer for you). Get a free key at the dashboard — 20 generations per month, no card required.

In: header

Path Parameters

job_id*string

Response Body

application/json

curl -X GET "https://api.createa.meme/v1/animate/string"
{
  "job_id": "string",
  "status": "queued",
  "video_url": "string",
  "resolution": "string",
  "duration_seconds": 5,
  "error": "string"
}
Empty