Skip to main content
Replay uses standard HTTP status codes. Error responses include a detail field.

Error format

{
  "detail": "Invalid API key"
}

Status codes

StatusMeaningCommon cause
401UnauthorizedMissing, inactive, or invalid API key.
404Not foundThe memory ID does not exist or belongs to another account.
422Validation errorA request path or input is malformed.
500Internal server errorThe API could not complete the request.

Troubleshooting

401 Unauthorized

Check that your key is copied from the Replay web app account settings and sent with one of these headers:
Authorization: Bearer rpa_...
X-API-Key: rpa_...

404 Not found

Check that the memory_id came from GET /v1/memories using the same API key.

500 Internal server error

Retry the request. If it continues to fail, contact support with the endpoint, timestamp, and memory ID if one was used.