Batch task-runner
Batch task-runner: run up to 5 image-resize jobs in one paid call (?jobs=<JSON array of {url,width,height}>). Priced as the sum of each job's real output-megapixel cost — one payment covers N heterogeneous units of work instead of paying per call for each.
Answers HTTP 500 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice 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
GET https://lab.paidapis.net/api/batch-resize
| Category | Image and media |
|---|---|
| Provider host | lab.paidapis.net |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | no x402 terms | 500 | 643 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"jobs": ""
},
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"queryParams": {
"properties": {
"jobs": {
"description": "JSON array (max 5) of {\"url\",\"width\",\"height\"} objects.",
"type": "string"
}
},
"required": [
"jobs"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"properties": {
"failedCount": {
"type": "integer"
},
"processedAt": {
"type": "string"
},
"results": {
"items": {
"type": "object"
},
"type": "array"
},
"succeededCount": {
"type": "integer"
},
"totalJobs": {
"type": "integer"
}
},
"type": "object"
}
}
}
}
}