cURL
curl --request POST \ --url https://api.illocution.ai/analyze/stream \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form file='@example-file'
"<string>"
Identical payload to /analyze, but the response is an SSE stream. The service emits partial transcripts in real time before the full analysis is available.
API key for authentication. Can also be passed as query parameter: api_key=
Audio/video media file
Optional analysis focus
SSE stream of analysis events
The response is of type string.
string