Skip to main content
POST
/
user
/
credentials
Set Credential
curl --request POST \
  --url https://api-west.millis.ai/user/credentials \
  --header 'Content-Type: application/json' \
  --data '
{
  "provider": "<string>",
  "api_key": "<string>"
}
'
{
  "success": true
}

Headers

authorization
string | null

Private Key

Body

application/json
provider
string
required
api_key
string | null

Response

Successfully set/removed credential

success
boolean
required