cURL
curl --request POST \ --url https://api.example.com/api/agents/{agentId}/knowledge/url \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "config": {} } '
{ "success": true, "documentId": "<string>", "jobId": "<string>" }
Was this page helpful?