Our Media Capture Event API processes audio and screen recordings captured under a specified profile, enabling streamlined ingestion and further analysis.
Our Media Capture Event API processes audio and screen recordings captured under a specified profile, enabling streamlined ingestion and further analysis.
curl -i -X POST \
'https://{api-domain}.cresta.com/v1/mediacaptureevent/{profile}/captureEvent:process' \
-H 'Content-Type: application/json' \
-d '{
"captureEvent": {
"agentPlatformId": "string",
"eventType": "EXTERNAL_EVENT_TYPE_UNSPECIFIED",
"mediaTypes": [
"MEDIA_TYPE_UNSPECIFIED"
],
"username": "string"
}
}'
{ "failedMediaTypes": [ "MEDIA_TYPE_UNSPECIFIED" ] }