Create up to 1000 scores in a single request. Each item is validated independently and the response always contains a per-item results array.
Status codes:
201 Created — every item succeeded.207 Multi-Status — at least one item failed validation (e.g. missing resource_id or invalid dataType).400 Bad Request — every item failed validation (or the envelope itself is malformed).413 Payload Too Large — the request contains more than 1000 items.500 Internal Server Error — the batch insert against analytics storage failed; no items were persisted.Pass an optional client_id on each item (max 128 chars) to correlate the server-generated id back to your own identifier in the results array. The server never inspects or stores client_id.
Your AgentMark API key. Create one in the dashboard under Settings > API Keys.
Example: Authorization: Bearer am_live_abc123
Your application ID. Found in the dashboard under Settings > General.
"app_abc123"
1 - 1000 elementsAll scores created successfully.