Skip to main content
POST
/
objects
/
create
Create a new object type
curl --request POST \
  --url https://api.supersonic.cv/objects/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "slug": "<string>",
  "icon": "<string>",
  "color": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
name
string
required

Object type name (e.g. 'VC', 'Partner')

slug
string

URL-safe slug (auto-generated if omitted)

icon
string

Icon identifier

color
string

Color identifier

Response

Success

The response is of type object.