@talonic/docs 0.20.3 → 0.20.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/content.js +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/seo.js +1 -1
- package/package.json +1 -1
package/dist/seo.js
CHANGED
|
@@ -17149,7 +17149,7 @@ var API_FAQ = [
|
|
|
17149
17149
|
{ question: "What file formats does the Talonic API support?", answer: "PDF, DOCX, DOC, PPTX, PPT, XLSX, XLS, XLSM, PNG, JPG, JPEG, GIF, WEBP, TXT, MD, HTML, XML, JSON, EML, CSV, MSG, BMP, and ZIP archives." },
|
|
17150
17150
|
{ question: "How does authentication work?", answer: "All API requests require a Bearer token in the Authorization header. API keys carry the tlnc_ prefix and are scoped to a source. Create and manage keys from Settings \u2192 API Keys." },
|
|
17151
17151
|
{ question: "What schema formats are supported?", answer: "Three formats: JSON Schema (full control), simplified fields (recommended), and flat key-type maps (quick prototyping). Supported types: string, number, integer, boolean, date, array, object, enum." },
|
|
17152
|
-
{ question: "What are the rate limits?", answer: "
|
|
17152
|
+
{ question: "What are the rate limits?", answer: "Per-key rate limits: 100 req/s extraction, 1,000 req/s read, 200 req/s write. Rate-limit headers (X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset) are included on every response." },
|
|
17153
17153
|
{ question: "How do webhooks work?", answer: "Webhooks deliver POST requests with HMAC-SHA256 signed JSON payloads. Events: extraction.complete, extraction.failed, document.ingested. Failed deliveries retry with exponential backoff (1min, 5min, 30min, 4hr)." },
|
|
17154
17154
|
{ question: "Can I extract data asynchronously?", answer: "Yes. Set async: true or provide a webhook_url in the extract request. Returns a 202 with a job ID that you can poll at /v1/jobs/:id." }
|
|
17155
17155
|
];
|