QuickConvert API
Base URL on production: https://quickconvert.staxflare.com/api
POST /api/v1/convert
Multipart form: fields files (repeatable), format (png|jpg|webp), optional options JSON string.
GET /api/v1/status/:jobId
Session cookie, Bearer API key, or x-guest-token header for anonymous jobs.
GET /api/v1/download/:fileId
Session cookie, API key, x-guest-token header, or ?guestToken= (for anonymous jobs opened in a browser tab). Query deleteAfter=true removes the blob after send.
Auth
POST /api/v1/auth/registerJSON { email, password }POST /api/v1/auth/loginGET /api/v1/keys(session)