Files
Upload File
Upload a file without triggering processing
POST
Documentation Index
Fetch the complete documentation index at: https://docs.anyformat.ai/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint uploads a file. It does not trigger processing. To upload and process in one step, use Run Workflow instead.
Request Body
This endpoint usesmultipart/form-data:
| Field | Type | Required | Description |
|---|---|---|---|
files | file | Yes | The file to upload |
Authorizations
API key issued from app.anyformat.ai/settings. Send as Authorization: Bearer <key>.
Path Parameters
Body
multipart/form-data
Response
Successful Response
Response from creating a file collection. Contains the collection ID and the status of each uploaded file.
Unique identifier of the newly created file collection.
Example:
"069dcc2c-e14c-7606-8000-2ee4fb17b4e1"
List of files included in the collection, with their upload status.
The UUID of the workflow this collection belongs to.
Example:
"0686bb97-8c30-70f0-8000-97669e000eb8"
Human-readable name for the collection.
