Last updated 4 days ago
Create a conversation with a set of documents. A conversation must be created before asking questions to documents.
Creates a new conversation based on the document IDs.
POST /api/v1/conversations HTTP/1.1 Host: app.humata.ai Authorization: Bearer YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 95 { "documentIds": [ "63ea1432-d6aa-49d4-81ef-07cb1692f2ee", "cbec39d9-1e01-409c-9fc2-f19f5d01005c" ] }
Successfully created a new conversation.
{ "id": "e6d13306-c93d-466e-b239-59ca09058ce9" }