Skip to main content
POST
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Body

application/json

Artist creation parameters

name
string
required

The name of the artist to create

Minimum string length: 1
account_id
string<uuid>

UUID of the account to create the artist for. Only applicable for organization API keys - org keys can specify an account_id for any account within their organization. If not provided, the artist is created for the API key's own account.

organization_id
string<uuid>

Optional organization ID to link the new artist to

Response

Artist created successfully

artist
object
required