{"uid":"cap_Zn0XhBhneMLAnxypV2Z3_","slug":"apiacre-com-document-table-extractor-5659f814","name":"apiacre.com Document Table Extractor","description":"Extract structured table rows and columns from supplied HTML, DOCX, or CSV documents.","url":"https://apiacre.com/v1/document/tables","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"filename":{"type":"string","title":"Filename","maxLength":240},"content_base64":{"type":"string","title":"Content Base64","maxLength":7100000}}},"responseSchema":{"type":"json","example":{"data":{"rows":[["name","score"],["Ada","98"]],"warning":null,"metadata":{"bytes":17,"sha256":"bae2475f86fa2343a9611424d3c2475e454b639c71da96a788602528e0937bea","filename":"report.csv"},"rowCount":2},"meta":{"cached":false,"sources":[],"warnings":[],"duration_ms":42,"next_actions":[]},"service":"document.tables","version":"1","request_id":"018f1f54-7f38-7ba2-8dc3-5f90272d9f1a"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.025","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.025/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.025","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.025","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_geKW9P9wBGR4herO4ZtNW","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.025","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts structured rows from HTML, DOCX, or CSV documents and returns them as structured data","exampleAgentPrompt":"Can you extract all the structured table rows from this DOCX file I have — I need the data as clean, structured records so I can work with it programmatically.","exampleUseCases":[{"title":"Financial report table extraction","prompt":"I have an HTML page from a financial report with several tables of quarterly revenue figures — can you pull out all the rows as structured data so I can analyze them?"},{"title":"Word document survey results parsing","prompt":"I've got a DOCX file with a survey results table in it — can you extract all the rows and columns as structured records for me?"},{"title":"CSV normalization for pipeline ingestion","prompt":"I need you to parse this CSV document and give me back the rows as structured JSON so I can feed them into my data pipeline."}],"resultDescription":"An array of structured rows parsed from the tables found in the input document, including column headers and cell values organized as structured records ready for downstream processing.","failureModes":["Unsupported file format returns an error — only HTML, DOCX, and CSV are accepted","Malformed or corrupt documents may fail to parse and return a processing error","Documents with no detectable table structure may return empty rows","Very large documents may time out or exceed size limits","Ambiguous merged cells or complex nested tables may produce incomplete or inaccurate row extraction"],"whenToPreferThis":"Choose this endpoint when you need to extract tabular data from HTML, DOCX, or CSV documents and get back clean, structured rows. It is ideal for document automation pipelines where tables contain the key data of interest and you need row-level access without writing custom parsers. Prefer it over generic text extraction when the document's value is in its tabular structure.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:48:58.403Z","isFirstParty":false}