Headers
Private Key
Response
Successfully set/removed 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
}curl --request POST \
--url https://api-west.millis.ai/user/credentials \
--header 'Content-Type: application/json' \
--data '
{
"provider": "<string>",
"api_key": "<string>"
}
'{
"success": true
}Private Key
Successfully set/removed credential