Skip to Content
API ReferenceProvidersList Providers

List all providers

GET

https://novapai.ai/api/v1/providers 

GET

/api/v1/providers

cURL
$curl https://novapai.ai/api/v1/providers \ >-H "Authorization: Bearer <token>"
200 Retrieved
reference-providers-list-providers-01.json
{ "data": [ { "name": "OpenAI", "slug": "openai", "privacy_policy_url": "https://openai.com/privacy", "terms_of_service_url": "https://openai.com/terms", "status_page_url": "https://status.openai.com" } ] }

Authentication

Authorization Bearer

API key as bearer token in Authorization header

Response

Returns a list of providers

字段类型必填说明
datalist of objects--

Errors

状态码说明
500Internal Server Error