Skip to main content
POST
/
api
/
v1
/
auth
/
api-key
Create API Key
curl --request POST \
  --url https://api.dev.anthid.com/api/v1/auth/api-key \
  --header 'Content-Type: application/json' \
  --data '
{
  "environment": "paper"
}
'
{
  "api_key": "<string>"
}

Body

application/json
environment
enum<string>
required
Available options:
paper,
live

Response

API key created

api_key
string
required