POST
/
api
/
v1
/
agent-files
/
{agent_id}
/
urls
Add Url To Agent
curl --request POST \
  --url https://agent-studio.thena.ai/api/v1/agent-files/{agent_id}/urls \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
"<any>"

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string<uuid> | null
required

Body

application/json ยท Url Data ยท object

Response

200
application/json

Successful Response

The response is of type any.