Convert a previously-uploaded file into a different format.
Uses the same conversion pipeline as POST /runs/{run_id}/export
but targets files the caller uploaded via POST /files — useful
when the caller wants to normalise their own .docx/.xlsx/
.pptx without running them through an agent first.
Responses:
{"format", "download_url", "expires_at"} on success.Send X-API-Key: sk_live_<your_key>. Keys are issued via POST /signup or via the dashboard. Legacy callers may also use Authorization: Bearer sk_live_<your_key>.
Target extension (e.g. pdf, html, txt).
Successful Response