Skip to main content
POST
/
api
/
sdk
/
agent
/
{agent_id}
/
user-inputs
Create user input collection for an agent
curl --request POST \
  --url https://api.example.com/api/sdk/agent/{agent_id}/user-inputs \
  --header 'Content-Type: application/json' \
  --data '[
  {}
]'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

agent_id
string<uuid>
required

Body

application/json

Response

Successful Response