detail field.
Error format
Status codes
| Status | Meaning | Common cause |
|---|---|---|
401 | Unauthorized | Missing, inactive, or invalid API key. |
404 | Not found | The memory ID does not exist or belongs to another account. |
422 | Validation error | A request path or input is malformed. |
500 | Internal server error | The 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:
404 Not found
Check that the memory_id came from GET /v1/memories using the same API key.

