Haystack API
Haystack is a robust open-source Python/LLM framework by Deepset that enables building RAG, semantic search, QA, and agent pipelines. Includes Hayhooks for REST deployment, integrations with vector DBs and LLMs, full docs, and active GitHub—ideal for production-ready AI apps.
1
Endpoints
28
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Extracts text and metadata from documents
Full URL
https://haystack.deepset.ai/overview/quick-start/extract
Code Examples
curl -X POST 'https://haystack.deepset.ai/overview/quick-start/extract' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "file": "binary_pdf_data", "params": { "clean": true } }
Example Response
{
"meta": {
"pages": 5,
"author": "John Doe"
},
"content": "Lorem ipsum dolor sit amet..."
}
Version
v1
Rate Limit
50 documents/hour
Tags
nlpsearch
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
Self-managed
Supported Languages
Python
Use Cases
question answering
semantic search
Related APIs
Discover similar APIs that might interest you