Upload and create a new file in Extend.
This endpoint accepts file contents and registers them as a File in Extend, which can be used for running workflows, creating evaluation sets, parsing, etc. If an uploaded file is detected as a Word or PowerPoint document, it will be automatically converted to a PDF. Supported file types can be found here. This endpoint requires multipart form encoding. Most HTTP clients will handle this encoding automatically (see the examples).Documentation Index
Fetch the complete documentation index at: https://docs.extend.app/llms.txt
Use this file to discover all available pages before exploring further.
multi-part/form-data header containing the boundary, such as
multi-part/form-data; boundary="...".multipart/form-data body containing a single file field and its binary data. For more information, see the MDN documenation.
The Content-Type field header is currently ignored and Extend will infer the type automatically based on the field’s Content-Disposition and the file’s contents.
contents nor metadata.