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
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
| data | list of objects | - | - |
Errors
| 状态码 | 说明 |
|---|---|
| 500 | Internal Server Error |