post_extract_custom
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
CUSTOM EXTRACTION — POST {content, schema} and get structured JSON back. Define fields as {"company":"string","total":"number","due_date":"date"} (types or plain-language descriptions) and the engine pulls them from any unstructured text: emails, invoices, job posts, resumes, chat logs. Missing fields return null — never invented. Content up to 16,000 chars, 40 fields max. Parsing a PDF/DOCX/CSV by URL first? GET /api/extract ($0.02). ($0.01 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"content",
"schema"
],
"properties": {
"schema": {
"type": "object",
"description": "Fields to extract: {name: type-or-description}. Types: string, number, boolean, date, string[], number[] — or a plain-language description ('the total in USD')"
},
"content": {
"type": "string",
"description": "The unstructured text to extract from, up to 16,000 characters"
},
"instructions": {
"type": "string",
"description": "Optional extra guidance, e.g. 'dates are DD/MM/YYYY in this document'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries