Upload a file with base64-encoded contents via streaming multipart/form-data
Documentation Index
Fetch the complete documentation index at: https://docs.archetypeai.app/llms.txt
Use this file to discover all available pages before exploring further.
multipart/form-data; the server decodes the Base64 payload as it streams.
Use this endpoint when the source environment cannot transmit raw binary contents (for example, embedding a small file in a JSON-bearing channel that has been wrapped in a multipart form).
For files over 512MB, use the streaming binary upload or the direct-to-cloud upload workflow.
multipart/form-data with a form field containing the base64-encoded file contents. The server decodes the contents on the fly.
.jpg, .jpeg, .png.txt, .csv, .json