Queue a production video render at $0.10/min USDC (billed by the second, rounded
Queue a production video render at $0.10/min USDC (billed by the second, rounded to $0.001). Same Edit JSON as staging (https://shotstack.io/docs/api/). Poll status; POST /shotstack/frames for stills at $0.002 each.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
4216 msmedian answer time
$0.1listed price per call
$0.1price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://www.extendcontent.com/api/agent/shotstack/render
| Category | Image and media |
|---|---|
| Provider host | www.extendcontent.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 4216 ms |
Example input (from the provider)
{
"body": {
"duration_seconds": 60,
"edit": {
"output": {
"format": "mp4"
},
"timeline": {
"tracks": []
}
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"duration_seconds": {
"exclusiveMinimum": 0,
"maximum": 3600,
"type": "number"
},
"edit": {
"additionalProperties": {},
"propertyNames": {
"type": "string"
},
"type": "object"
}
},
"required": [
"edit",
"duration_seconds"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}