cURL
curl --request POST \ --url https://api.gumloop.com/api/v1/upload_files \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "files": [ { "file_name": "<string>", "file_content": "aSDinaTvuI8gbWludGxpZnk=" } ], "user_id": "<string>", "project_id": "<string>" } '
{ "success": true, "uploaded_files": [ "<string>" ] }
Documentation IndexFetch the complete documentation index at: https://docs.gumloop.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.
x-auth-key
Show child attributes
The user ID associated with the files. Required if project_id is not provided.
The project ID associated with the files. Required if user_id is not provided.
All files uploaded successfully
Array of uploaded file names.
Was this page helpful?