REST API
REST API Documentation
Integrate Ainoflow services with automation workflows and custom applications
Quick Start
Get Started in 3 Steps
Start using Ainoflow APIs in minutes
1
Sign up and get your API key
Create an account and generate your API key from the dashboard.
2
Make your first API call
Submit a document for conversion or store JSON data.
3
Integrate into your workflow
Use with n8n, Make.com, Zapier, Workato, Flowise, or direct HTTP calls from any language.
Quick Reference
API Essentials
Base URL and authentication for all API calls
Base URL:
https://api.ainoflow.ioAuthentication:
Authorization: Bearer your_api_key_hereAPI Reference
Convert API
Document conversion, OCR, and audio transcription
Endpoints
/api/v1/convert/*Key Features
- File upload, base64, and URL submission
- OCR and audio transcription, 60+ languages
- Webhook support and real-time processing
Storage API
JSON object storage for workflow state management
Endpoints
/api/v1/storage/*Key Features
- Category-based organization
- TTL support, versioning, ETag caching
- Multi-tenant isolation, up to 1MB per document
Files API
Binary file storage and management with secure infrastructure
Endpoints
/api/v1/files/*Key Features
- Any binary file format support
- Pre-signed URLs, category organization
- Multi-tenant isolation, up to 100MB per file
Ready to get started?
Sign up for free and start building with REST APIs