Public
Copy Page
Flow Download Manager API
Public
Health check
GET
List published books
GET
Request a single book download
POST
Request a bulk download (all books for a language)
POST
Download a file via token
GET
Books
List all books
GET
Create a book
POST
Get book details
GET
Update a book
PUT
Soft-delete a book
DELETE
Bulk upsert books
POST
Reorder books
PATCH
Files
List files for a book
GET
Add a file (local upload or cloud link)
POST
Upload or replace a file
PUT
Update file metadata
PATCH
Delete a file
DELETE
Translations
Add or update a translation
POST
Delete a translation
DELETE
Languages
List all languages
GET
Create a language
POST
Get language usage stats
GET
Update a language
PUT
Delete a language
DELETE
Channels
List distribution channels
Create a channel
Update a channel
Delete a channel
Get publication matrix
Toggle a publication
Contacts
List contacts (paginated)
Get contact details with download history
Export contacts as CSV
Analytics
Dashboard summary
Downloads over time
Downloads by book
Downloads by country
Downloads by language
Downloads by device type
Download event log (paginated)
Export download events as CSV
Settings
Get app settings
Update GeoIP database
API Keys
List API keys
Create an API key
Revoke an API key
Schemas
Error
Pagination
PublicBook
AdminBook
BookDetail
BookFile
Translation
Language
Channel
ApiKey
Contact
DownloadEvent
Public
MCP
Copy Page
Download a file via token
GET
/api/download/{token}
Try it
Run in Apidog
Run in Apidog
Streams the file (PDF, EPUB, or ZIP for bulk downloads).
Token is a JWT generated by the submit endpoints with a short expiry.
Request
Path Params
Generate Code
Responses
🟢
200
application/pdf
File stream
Headers
Generate Code
ðŸŸ
401
ðŸŸ
404
🔴
502
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'/api/download/'
Response
Response Example
401 -
Success
{
"error"
:
"Invalid or expired download link"
}
Modified atÂ
2026-03-27 22:49:45
Previous
Request a bulk download (all books for a language)
Next
List all books