API Reference
Detailed documentation for all Flimpa API endpoints.
Endpoints
The Flimpa API provides three main endpoints to handle the asynchronous file processing workflow.
POSThttps://flimpa.com/api/v1/tasks
Create Task
Upload a file and start a processing task.
GEThttps://flimpa.com/api/v1/tasks/:taskId
Get Task Status
Check the status of an existing task.
GEThttps://flimpa.com/api/v1/tasks/:taskId/download
Download Result
Download the processed file once the task is completed.