Skip to main content
POST
Bulk create scores

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for bulk score creation.

application_id
string<uuid>
required

Application UUID (shared across all items)

scores
object[]
required

List of scores to create (max 100)

Required array length: 1 - 100 elements

Response

Bulk operation completed. Always returns 200 regardless of per-item outcome — check the errors array for individual item failures. A fully-failed batch still returns 200 with created: 0 and a populated errors array.

Response object for standard API responses.

api_version
enum<string>
default:3.0

API version.

Available options:
2.0,
3.0
kind
enum<string>
default:NORMAL

Type of response, indicating a normal response.

Available options:
NORMAL
data
object

Response from bulk score creation.