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
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

Self-managed

Supported Languages
Python
Use Cases
question answering
semantic search
https://haystack.deepset.ai/

Related APIs

Discover similar APIs that might interest you

APIfreemium

Google Cloud Vision AI

Google Cloud Vision AI API provides powe...

Category
Machine Learning
Endpoints
2
computer-visionimage-recognition
APIopen source

SpeechBrain

SpeechBrain is a comprehensive open-sour...

Category
Machine Learning
Endpoints
1
asrspeech-processing
APIopen source

Ollama API

Ollama is an open-source framework that ...

Category
Machine Learning
Endpoints
2
llmlocal-ai
Free Haystack AI Framework API – Open‑Source LLM Pipelines | Free API Hub