Skip to main content
POST
/
records
/
create
Create a new record, validated against field definitions
curl --request POST \
  --url https://api.supersonic.cv/records/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "object_type_slug": "<string>",
  "data": {}
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
object_type_slug
string
required

ObjectType slug

data
object
required

Record field values (for relation fields, use the target record UUID)

Response

Success

The response is of type object.