Top up a Treza prepaid credit balance by $5.00 via x402. Authenticate with a Treza bearer (API key, OAuth token, or session) to choose the account credited.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://www.trezalabs.com/api/billing/credits/x402' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://www.trezalabs.com/api/billing/credits/x402'
Endpoint: https://www.trezalabs.com/api/billing/credits/x402. Operated by www.trezalabs.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Generate a video from a text prompt and get the file back. Price scales with clip length: 5s $1.64, 10s $3.27, 15s $4.90, in 16:9 or 9:16. Send a prompt, poll t…