Skip to main content
POST
/
records
/
bulk_create
Create multiple records in a single operation (max 100)
curl --request POST \
  --url https://api.supersonic.cv/records/bulk_create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "object_type_slug": "<string>",
  "records": [
    {}
  ]
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
object_type_slug
string
required

ObjectType slug

records
object[]
required

Array of record data objects to create (max 100)

Response

Success

The response is of type object.