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 '
{
"url": "<string>"
}
'{
"status": "<string>",
"file_id": "<string>",
"job_id": "<string>"
}Add a URL to an agent’s knowledge base.
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 '
{
"url": "<string>"
}
'{
"status": "<string>",
"file_id": "<string>",
"job_id": "<string>"
}Request model for adding a URL to agent's knowledge base.
The URL to add to the agent's knowledge base
1 - 2083