Skip to main content
Generate a 3D parallax motion effect from a static image.

Endpoint

POST /functions/v1/replicate-parallax

Authentication

Requires valid JWT.

Request Body

{
  "action": "batch",
  "image_urls": ["https://...", "https://..."]
}

Response

{
  "clips": [
    { "index": 0, "video_url": "https://..." },
    { "index": 1, "video_url": "https://..." }
  ],
  "success_count": 2,
  "total": 2
}