cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/sessions/{session_id}/recordings/primary/fetch \ --header 'anchor-api-key: <api-key>'
"<string>"
Downloads the primary recording file for the specified browser session. Returns the recording as an MP4 file.
API key passed in the header
The ID of the browser session to download the recording for.
The browser session recording file
The response is of type file.
file
Was this page helpful?