Upload agent chat attachments
Multipart upload of PDF, JPEG, or PNG files for agent chat. Same limits as assistant chat (POST /conversations/attachments/upload): up to 10 files, 5 MiB each. Proxies to the AI backend. Optional conversationId associates uploads with an existing agent thread.
Path parameters
Response
Success. The gateway proxies the AI-backend JSON envelope after transforming the multipart upload into the backend attachment payload.
Changes
Changed in 1 of the 15 revisions of this API.2
- ○
added the optional property
attachments/items/parseModeto the response with the200statusresponse-optional-property-added
- ○
response property
attachments/items/ocrModedeprecatedresponse-property-deprecated
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○