Humata allows you to download your data via the Download Data endpoint. Simply initiate a request and retrieve your data effortlessly.
API key provided as a Bearer token in the Authorization header.
File download successful
Unauthorized, API key is missing or invalid
Last updated 7 months ago
GET /api/v1/insights/download HTTP/1.1 Host: app.humata.ai Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "success": true, "file": "text" }