MXPROCESS

Asynchronous API: AI Meeting Brief

A free account is required before using this API. Create and validate your account on /zh/create-account, then obtain your JWT token with your credentials.

Use this mode for meeting recordings of any duration. The API immediately creates an action, then the worker produces the transcript, Markdown report and structured JSON in the background.

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

1. Start the action

Send one audio or video file as multipart/form-data. The parameters value must be a JSON string.

Accepted: MP3, WAV, M4A, AAC, OGG, FLAC, WebM, MP4, MOV, MKV and AVI. Exactly one recording is required. The optional parameters default to French, project team, and decisions/actions/risks/open questions.

2. Initial response

Keep the action id or trackingUrl; the recording has only been queued at this stage.

3. Poll status

Poll every 10–15 seconds until accomplished becomes true. Do not resubmit the original recording while processing.

4. Download a result

Use the exact filename from actionResults. The authenticated endpoint works whether object storage is enabled or not.

Functional error example

Need an immediate response instead? Use the synchronous API for short recordings.

Contact us