curl --request PATCH \
--url https://api.getoutbox.ai/agent/file/{file_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>"
}
'Update the text content of an existing file
curl --request PATCH \
--url https://api.getoutbox.ai/agent/file/{file_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"text": "<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.