Developer API

Integrate AI Document Analysis Into Your Workflow

Build powerful document analysis features into your applications with Spredo's RESTful API. Process documents programmatically, extract insights at scale, and automate your workflows.

Built for developers

Everything you need to integrate AI-powered document analysis into your applications

RESTful API

Simple, intuitive REST API with JSON responses. Easy to integrate with any programming language.

Real-Time Processing

Stream results as documents are analyzed. Get instant feedback and progress updates.

Secure & Reliable

Enterprise-grade security with API key authentication, rate limiting, and 99.9% uptime SLA.

Scalable

Process thousands of documents per hour. Auto-scaling infrastructure handles any workload.

Quick Start

curl -X POST https://api.spredo.ai/v1/analyze \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "documents": ["https://example.com/document.pdf"],
    "prompts": [
      "Extract key findings",
      "Summarize methodology"
    ]
  }'

API Endpoints

POST
/api/v1/analyze

Upload documents and start AI analysis with custom prompts

GET
/api/v1/analysis/:id

Get analysis results and status for a specific analysis job

GET
/api/v1/templates

List all available pre-built templates

POST
/api/v1/export

Export analysis results to CSV, Excel, or JSON format

API Pricing

API access is available on our Pro and Enterprise plans. Contact sales for custom pricing and volume discounts.

  • Pro Plan: 1,000 API calls/month included, $0.10 per additional call
  • Enterprise Plan: Unlimited API calls with dedicated support
  • 99.9% uptime SLA on Enterprise plans
Contact Sales