API Reference
Complete API documentation for FlowDrive
Last updated: March 15, 2024
API Reference
Overview
The FlowDrive API is organized around REST. Our API accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
All API requests should be made to:
https://api.tryflowdrive.com/v1Authentication
All API requests require authentication using an API key. Include your API key in the X-API-Key header:
bash
curl -H "X-API-Key: your_api_key" https://api.tryflowdrive.com/v1/files/upload Error Handling
The FlowDrive API uses conventional HTTP response codes:
200- Success400- Bad request (invalid parameters)401- Authentication failed403- Permission denied404- Resource not found429- Too many requests500- Server error
Rate Limits
- Free tier: 100 requests/minute
- Pro tier: 1000 requests/minute
- Enterprise: Custom limits
Available Endpoints
File Operations
Folder Operations
- Create Folders (Coming Soon)
- List Folders (Coming Soon)
- Delete Folders (Coming Soon)