Try with $0.050 in free shared credit once per wallet
Try with $0.050 in free shared credit once per wallet. No deposit or on-chain transaction; wallet sign-in required. Credit, daily budget and availability apply. Convert a public webpage URL to clean Markdown for RAG and agent research. Returns article metadata and truncation status. Static or server-rendered HTML only; no JavaScript execution. Paid price: $0.006. Docs: https://manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io/apis/url-to-markdown#quickstart.
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://manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io/api/v1/content/url-to-markdown
| Category | Code and developer |
|---|---|
| Provider host | manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io |
| 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
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.006 | 539 ms |
Example input (from the provider)
{
"body": {
"url": "https://example.com/article"
},
"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": {
"additionalProperties": false,
"properties": {
"url": {
"maxLength": 2048,
"minLength": 1,
"pattern": "^[hH][tT][tT][pP][sS]?://[^\\s]+$",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"byline": {
"type": [
"string",
"null"
]
},
"excerpt": {
"type": [
"string",
"null"
]
},
"finalUrl": {
"type": "string"
},
"markdown": {
"type": "string"
},
"markdownCharacters": {
"minimum": 0,
"type": "integer"
},
"requestedUrl": {
"type": "string"
},
"retrievedAt": {
"type": "string"
},
"title": {
"type": [
"string",
"null"
]
},
"truncated": {
"type": "boolean"
}
},
"required": [
"requestedUrl",
"finalUrl",
"title",
"byline",
"excerpt",
"markdown",
"markdownCharacters",
"truncated",
"retrievedAt"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}