v1
integrations
Get Provider Constants
Get provider names as constants.
This endpoint returns a model with provider names as constants, specifically designed for OpenAPI code generation tools to create TypeScript constants.
get/api/integrations/providers/constants
Response
Successful Response
Example response
{
"PROVIDER_NAMES": {
"ANTHROPIC": "anthropic",
"EXA": "exa",
"EXAMPLE_SERVICE": "example-service",
"GEM": "gem",
"OPENAI": "openai"
}
}