Humata API
The Humata API is the programmatic entry-point for your Humata documents, conversations, and answers.
Setup
Here are the 3-steps to use the Humata API after you sign up:
Create a Humata API Key on the Developer Settings Page (Admin only)
Copy your Document IDs from the Humata Dashboard
Make API Requests
Endpoints
Conversations
Create a conversation with a set of documents. A conversation must be created before asking questions to documents.
Ask
Humata allows you to chat with your document via the Ask endpoint. Create a conversation and then ask your documents
Server-Sent Events
The Ask Endpoint returns a stream of server-sent events. Here is a full example of response to the question "Who is George Washington?":
References
Each answer from Humata will provide references to the parts of the document that our AI used to answer the question. The format of references is subject to change.
FAQ
What is the API rate limit?
By default the API rate limit is 120 requests / minute. This rate limit can be increased by request. Please reach out to support@humata.ai to get this limit raised.
Last updated