cURL
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": [ {} ] } '
{}
API key: supersonic_live_...
ObjectType slug
Array of record data objects to create (max 100)
Success
The response is of type object.
object