How to Download Data
Humata allows you to download your data via the Download Data endpoint. Simply initiate a request and retrieve your data effortlessly.
Authorizations
Responses
200
File download successful
application/json
401
Unauthorized, API key is missing or invalid
get
/v1/insights/downloadGET /api/v1/insights/download HTTP/1.1
Host: app.humata.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"success": true,
"file": "text"
}Last updated