Documentation
Learn How to Use Typeless
Transform documents into production-ready APIs in minutes. No coding required.
Quick Start Guide
Get your first API deployed in under 5 minutes
Fastest
Option 1: Deploy a Built-in API
- 1
Go to Dashboard
Find the "Ready-to-Use APIs" section
- 2
Choose a Template
Invoice, Receipt, Identity Document, Bank Statement, etc.
- 3
Click "Deploy"
Your API is live! Copy the endpoint URL and API key.
Watch:Deploy a Built-in API
Custom
Option 2: Create a Custom API
- 1
Click "Create Custom API"
From the dashboard header
- 2
Upload a Sample Document
Drag & drop or click to upload (PDF, image, or Office file)
- 3
Review the Generated Output
AI extracts fields automatically. Use the chat to refine if needed.
- 4
Deploy
Name your API and click Deploy. Done!
Watch:Deploy a Custom API
Using Your API
Once deployed, call your API with any HTTP client
curl -X POST "https://api.typeless.ai/api/v1/your-endpoint" \ -H "X-API-Key: your_api_key" \ -F "file=@document.pdf"
Replace your-endpoint with your API slug and your_api_key with the key shown after deployment.