Skip to main content
POST
/
v1
/
provider-keys
/
:provider
/
test
Test a BYOK provider key against the upstream provider
curl --request POST \
  --url https://api.verlon.ai/v1/provider-keys/:provider/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "<string>"
}
'
{
  "error": "<string>",
  "message": "<string>",
  "details": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.

Path Parameters

provider
enum<string>
required
Available options:
openai,
anthropic,
google,
mistral

Body

application/json
apiKey
string

Response

Validation result with valid boolean and provider response details.