Skip to main content
POST
/
artists
/
api-keys
Create an Artist API Key
curl --request POST \
  --url https://inprocess.world/api/artists/api-keys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "key_name": "<string>"
}
'
{
  "key": "art_sk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
key_name
string
required

A descriptive name for the API key

Response

Successful response

key
string
required

The generated API key for the artist