cURL
curl --request POST \ --url https://cloud.onyx.app/api/manage/admin/connector/file/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'files=<string>' \ --form files.items='@example-file'
{ "file_paths": [ "<string>" ], "file_names": [ "<string>" ], "zip_metadata": {} }
Authorization header with Bearer token
Successful Response
Was this page helpful?