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.

Download insights data

get
Authorizations
Responses
200
File download successful
application/json
get
GET /api/v1/insights/download HTTP/1.1
Host: app.humata.ai
Authorization: Bearer YOUR_API_KEY
Accept: */*
{
  "success": true,
  "file": "text"
}

Last updated