observability
upload call
uploads a new call recording
POST
/
upload-call
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
unique identifier for the call
URL where the stereo call recording is stored
ID of the agent associated with the call
whether to save the recording to fixa's storage. this is useful if you're sending presigned urls or don't want to pay for storage
optional custom metadata fields you'd like to use to analyze your call data (i.e. region, llm, tts model, etc.)
Response
200 - application/json
whether the call was uploaded successfully