Skip to main content
POST
/
analyze
/
stream
Analyze media with streaming
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>"

Authorizations

X-API-Key
string
header
required

API key for authentication. Can also be passed as query parameter: api_key=

Body

multipart/form-data
file
file
required

Audio/video media file

goal
string

Optional analysis focus

Response

SSE stream of analysis events

The response is of type string.