curl --request POST \
--url https://api.getoutbox.ai/agent/file \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"text": "<string>",
"name": "<string>",
"urls": "<string>"
}
'Upload a file to an agent (file upload, text content, or web scraping)
curl --request POST \
--url https://api.getoutbox.ai/agent/file \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"text": "<string>",
"name": "<string>",
"urls": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Company API Key
File upload options - text content, file upload, or URLs for web scraping
File uploaded successfully