cURL
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": {} } '
{}
API key: supersonic_live_...
ObjectType slug
Record field values (for relation fields, use the target record UUID)
Success
The response is of type object.
object