Product documentation
Animated Poster Video API
Turn original poster artwork into a concise vertical motion composition. This focused video engine template defines one documented request contract, an enforceable package, and locked technical settings. It remains unavailable for purchase until UrTheProduct verifies an exact provider mapping, rights, reliability, cost ceiling, and final price.
This page is the public integration contract. Purchase is enabled only when the exact provider, cost ceiling, final price, and Whop plan are approved; internal prompts and provider details are never part of the public request.
Operation and route
videos.generate
POST /v1/videos/generatePackage configuration
Standard package
10 vertical videos · 720×1280 · 5 seconds · no audio
- 10 successful videos
- Expires 30 days after fulfillment
- 2 requests per minute; 1 concurrent request(s)
- Status: launch configuration review
Locked configuration
{
"audio": false,
"outputs": 1,
"resolution": "720x1280",
"duration_seconds": 5
}Request example
{
"prompt": "Create an original short sequence for Animated Poster Video API",
"input_upload_id": "upl_optional"
}Restrictions
Use only with content you own or are authorized to process. Do not use the engine for deception, abuse, infringement, unlawful surveillance, or attempts to bypass its locked settings.
Implementation path
- Store the revealed key in a server environment variable.
- Use this package's exact route and strict request body.
- Send bearer authentication and one idempotency key per logical POST.
- Handle quota, validation, rate, provider, and retry cases from the shared references.