Skip to main content
POST
/
api
/
artifacts
/
upload
cURL
curl -X POST http://localhost:18080/api/artifacts/upload \
  -F 'file=@report.csv' \
  -F 'workspaceId=my-space-id'
{
  "success": true,
  "artifact": {
    "id": "<string>",
    "type": "file",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "revision": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

multipart/form-data
file
file
required
chatId
string
workspaceId
string

Response

200 - application/json

File uploaded

success
boolean
artifact
object