OCR API
Document text extraction API for builders who want to embed OCR into their own applications.
/api/v1/ocrContact Sales
Developer platform
Build on OCR, embeddings, vector database hosting, RAG, CPU LLM endpoints, and upcoming GPU LLM services with API keys, logs, and usage metering.
Document text extraction API for builders who want to embed OCR into their own applications.
/api/v1/ocrContact SalesGenerate embeddings for search, retrieval, matching, recommendations, and document pipelines.
/api/v1/embeddingsContact SalesProvision managed vector collections with API keys, storage metering, and query usage tracking.
/api/v1/vector-db/queryContact SalesBuild retrieval-augmented generation workflows with hosted retrieval, context assembly, and inference.
/api/v1/rag/queryContact SalesRun CPU-friendly local models and quantized LLM endpoints with REST access.
/api/v1/models/llama-cpp/inferContact SalesGPU-backed LLM endpoints for higher-throughput workloads. Post coming soon.
/api/v1/models/gpu-llm/inferContact Salescurl -X POST http://datalyrixai.host/api/v1/models/tinyllm/infer \
-H "Authorization: Bearer $DATALYRIX_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Summarize this document"}'