Humata Docs
  • Getting started
    • Create an account
    • Account settings
      • Plan information
      • Pay-As-You-Go Spending Controls
    • How to set up single sign on
    • How to setup Multi-Factor Authentication
    • How to upload
      • How to move files
    • Website Import
    • Managing permissions and access
    • How to "Ask All"
    • Chat Settings
    • Custom Prompts
    • White Labeling
  • Humata API
    • How to get your API Key
    • How to Import Document
    • How to GET Pdf
    • How to Create Conversations
    • How to Ask
    • How to Download Data
    • How to Create New Users
    • FAQ
Powered by GitBook
On this page
  1. Humata API

How to Download Data

PreviousHow to AskNextHow to Create New Users

Last updated 15 days ago

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
401
Unauthorized, API key is missing or invalid
get
GET /api/v1/insights/download HTTP/1.1
Host: app.humata.ai
Authorization: Bearer YOUR_API_KEY
Accept: */*
{
  "success": true,
  "file": "text"
}
  • GETDownload insights data