Appearance
Capture recording meta data
POST
/recordings/{recordingId}/meta
Attach searchable metadata to a recording so you can query recordings by customer, device, rollout state, or any other field. See Recording metadata for implementation guidance.
Authorizations
Public API Key
Public API key for authentication.
TypeHTTP (bearer)
Example
"Bearer ak_1Q8AX5B5218353Q1AQNF2129YH5VAH02"or
Signature|Expires|KeyId + +
Signature
Signature for authentication. Use your presigned URL as the query parameters.
TypeAPI Key (query: signature)
Expires
Expiration timestamp (UNIX seconds)
TypeAPI Key (query: expires)
KeyId
Signing key identifier
TypeAPI Key (query: keyId)
Parameters
Path Parameters
recordingId*
The recording ID
Typestring
RequiredExample
"000e8400-e00b-00d0-a716-446655440000"Format
"uuid"Request Body
application/json
JSON
{
"userId": "user-123",
"orgId": "org-9",
"plan": "pro",
"environment": "production"
}
Responses
Successfully captured recording meta data