Skip to content

Proxy a GET request to the AI service

GET
/api/ai/{endpoint}/{configId}
curl --request GET \
--url https://example.com/api/ai/example/example \
--header 'Authorization: Bearer <token>'

Forwards a GET request to the configured AI server for the given endpoint and repository.

endpoint
required

AI endpoint name

string
configId
required

Repository configuration ID

string

Proxied AI service response

Media typeapplication/json
object
Examplegenerated
{}

Missing endpoint or config id