Answerous
Answerous is a fully managed Retrieval Augmented Generation (RAG) set of functions which are designed to give developers a simple set of flexible APIs with high quality output. The APIs can be tested within minutes and the documentation will help developers to easily integrate in their environment for accelerated application development. The free plan will immediately get you started as a…
Answerous endpoints
| Method | Endpoint | Description |
|---|---|---|
| /users | ||
| POST |
User - Register /users/register |
{ "name": "", "email": "", "org_id":"", "org_name":"", "plan":"", "welcome_email":"" } |
| POST |
User - Retrieve /users/retrieve |
This enables you to retrieve the access token. It is immediately sent to the registered email. If there is a delay, please check in your spam folder. |
| POST |
User - Add (Org) /users/add |
Add User to an Organization. The access token for the organization must be used. { "name": "", "email": "", "org_id":"", "org_name":"", "plan":"", "welcome_email":"No" } |
| DELETE |
User - Remove (Org) /users/remove/{email} |
Remove User from an Organization. This is used by an Administrator of an organization to remove users so that they cannot access the application. The access token for the… |
| GET |
Users - List (Org) /users/list |
List all users within an Organization. The access token for the organization must be used. |
| POST |
User - Chat History /users/history |
Log of a developer's interaction with a specific document. For an organization's user, enter the access token for that organization and user's email address. |
| /folders | ||
| POST |
Folder - Create /folders/create |
This API creates a folder for a user with a unique name. User can specify if the folders is a shareable. These values can be changed by other APIs within Answerous. There are 2… |
| PUT |
Folder - Update /folders/update/{folder_id} |
Rename a folder name and change its sharing permissions. |
| DELETE |
Folder - Delete /folders/delete/{folder_id} |
This deletes a folder and all the files within it. This operation cannot be undone. If the folder was shared with other users, they will loose access to it. |
| GET |
Folder - List /folders/list |
List all folders. |
| POST |
Folder - Share /users/share |
This API shares a folder with other users who are registered with Answerous. The content of the folder can be accessed by users with whom the folder has been shared. The same API… |
| /documents | ||
| POST |
Document - Add /documents/add |
This important API is used to add a document to a folder. It uploads the file, intelligently parses and splits it into chunks and saves the embeddings into a vector database. The… |
| PUT |
Document - Rename /documents/rename/{doc_id} |
This API renames a document. |
| DELETE |
Document - Delete /documents/delete/{doc_id} |
This deletes a document from the system, including its embeddings. |
| GET |
Document - List /documents/list/{folder_id} |
List all documents in a specific folder. |
| /search | ||
| POST |
Search - Text /search/text |
This API performs a search on a single document or a folder and returns the chunks from the vector database associated with it. There are 6 fields here: query: String. Mandatory… |
| POST |
Search - Answers /search/answer |
This API searches a single document or a folder for the answer to the question. There are 10 fields here: query: String. Mandatory field. This is the search phrase that is… |
Answerous pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $500 / month | — |
|
| ULTRA | $1,000 / month | — |
|