Skip to content

AI provider catalog

GET
/api/v1/ai/providers
curl --request GET \
--url https://example.com/api/v1/ai/providers \
--header 'Authorization: Bearer <token>'
cursor
string

Opaque pagination cursor from a prior response’s nextCursor

limit
integer

Maximum items to return in this page

OK

Media typeapplication/json
object
items
required
nextCursor
string
Examplegenerated
{
"items": "example",
"nextCursor": "example"
}

Problem Details (RFC 9457)

Media typeapplication/problem+json
object
code
required
string
detail
string
instance
string
status
required
integer
title
required
string
type
required
string
Examplegenerated
{
"code": "example",
"detail": "example",
"instance": "example",
"status": 1,
"title": "example",
"type": "example"
}