Upload a file and convert it to an artifact.
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 IndexFetch the complete documentation index at: https://docs.hellofriday.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt
Use this file to discover all available pages before exploring further.
File uploaded
Show child attributes