POST
/
v0
/
interface
curl --request POST \
  --url 'https://api.unify.ai/v0/interface' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{
    "info": "Interface created successfully!"
}

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

name
string
required
project
string
required
items
[Any]
required
new_counter
integer
required
temporary
boolean
default:
false
new_name
string
curl --request POST \
  --url 'https://api.unify.ai/v0/interface' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{
    "info": "Interface created successfully!"
}