For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
AuthorizationstringRequired

API key provided as a Bearer token in the Authorization header.

Responses
200

File download successful

application/json
successbooleanOptionalExample: true
filestringOptional

URL to download the file

get/v1/insights/download
GET /api/v1/insights/download HTTP/1.1
Host: app.humata.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "success": true,
  "file": "text"
}

Last updated