POST
/
v3
/
semantic_model
/
documentation_agents
curl --request POST \
  --url https://agent-prod.studio.lyzr.ai/v3/semantic_model/documentation_agents \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "llm_credential_id": "<string>",
  "provider_id": "<string>",
  "model_id": "<string>",
  "top_p": 123,
  "temperature": 123
}'
{
  "created_agent_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Agent created

The response is of type object.