cURL
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.
Request model for adding a URL to agent's knowledge base.
The URL to add to the agent's knowledge base
1 - 2083
Successful Response
Response model for adding a URL to agent's knowledge base.
Status of the operation
"success"
UUID of the created file record
UUID of the background processing job