Downloading results: when it is present in an API response, actionResultsDownloadURLs contains the authenticated URLs for downloading each generated result file.

MXPROCESS

Asynchronous API: AI Podcast Publishing Pack

Upload one podcast recording to receive transcript TXT, publication-kit Markdown, chapters CSV, chapter SRT and a downloadable JSON handoff. FFmpeg prepares media locally; OpenAI creates source-bounded editorial drafts. Review facts, rights and claims before publication.

Endpoint: POST https://mxprocess.com/api/files/start-process
Authentication: Bearer JWT from POST /api/login_check
Cost: 480 tokens, charged only on successful completion.

Accepted: exactly one MP3, WAV, M4A, AAC, OGG, FLAC, WebM, MP4, MOV or MKV, maximum 1 GB. Poll the returned tracking URL. Download all results, including JSON, through /api/actions/download-action-result/{id}/{fileName}.

Functional error example

For a client that can wait, use the synchronous API.

Contact us