curl --request GET \
--url https://platform.kodexa.ai/api/organizations/{orgId}/ai/models \
--header 'x-api-key: <api-key>'{
"data": [
{
"created": 123,
"id": "<string>",
"object": "<string>",
"owned_by": "<string>"
}
],
"object": "<string>"
}Returns the list of models available through the AI Gateway for the specified organization.
curl --request GET \
--url https://platform.kodexa.ai/api/organizations/{orgId}/ai/models \
--header 'x-api-key: <api-key>'{
"data": [
{
"created": 123,
"id": "<string>",
"object": "<string>",
"owned_by": "<string>"
}
],
"object": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Organization UUID. The authenticated user must be a member of this organization.