Textus
Textus: structured content with editable baseline direction, characters and scenes for audio, games and media production. One purchase returns one selected text unit as JSON; no audio or provider execution. Find IDs, metadata, prices and availability: https://api.textus.dev/api/v1/resources.json
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.49listed 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://api.textus.dev/api/v1/resources/:id/content.json
| Category | Image and media |
|---|---|
| Provider host | api.textus.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"id": "der-suesse-brei"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Partial synthetic preview; full evaluation sample: https://api.textus.dev/api/v1/samples/content-production-material.json",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"pathParams": {
"properties": {
"id": {
"description": "ID from https://api.textus.dev/api/v1/resources.json; require purchaseAvailable=true.",
"examples": [
"der-suesse-brei"
],
"pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"pathParams"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}