Treza
POST www.trezalabs.com/api/x402/video
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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 the returned statusUrl until the video URL appears. No account, API key, or signup: the payment is the only credential.
Resource: www.trezalabs.com/api/x402/video
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xe8dC41F9e675Ba8340140c99180CFaEE65D4d160
Payment methods: — · Last validation: —
{
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"maxLength": 2000,
"description": "What the video should show."
},
"seconds": {
"enum": [
5,
10,
15
],
"type": "number",
"default": 5,
"description": "Clip length. Longer clips cost proportionally more; the 402 challenge quotes the price for the length you send."
},
"aspectRatio": {
"enum": [
"16:9",
"9:16"
],
"type": "string",
"default": "16:9",
"description": "Landscape (16:9) or vertical (9:16)."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe8dC41F9e675Ba8340140c99180CFaEE65D4d160",
"amount": "1640000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xe8dC41F9e675Ba8340140c99180CFaEE65D4d160",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "1640000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.