Axelered AI
API Process

Upload File To Staged Run

POST
/w/{workspace_id}/process/{run_id}/files

Upload a single file to a staged run. Body is the raw file bytes.

Path Parameters

run_id*Run Id
Formatuuid
workspace_id*Workspace Id
Formatuuid

Query Parameters

name?|null

Response Body

application/json

application/json

{  "status": "ok"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}