Agents
Get required fields for a model provider
Returns the required and optional configuration fields based on model type and provider using Pydantic schemas.
GET
/api/v1/agents/schemaReturns the required and optional configuration fields based on model type and provider using Pydantic schemas.
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Query Parameters
type*Type
llm | tts | stt
provider*Provider
Provider UUID
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/api/v1/agents/schema?type=string&provider=497f6eca-6276-4993-bfeb-53cbbbba6f08"null