Reply auto api
Public api for training conversational models
5 subscribers
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Reply auto api endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| POST |
generateReply /api/v1/generateReply |
generate a reply for a given model. |
| DELETE |
deleteModel /api/v1/deleteModel/{modelId} |
Deletes a single model by id. |
| POST |
getToken /api/v1/initialize |
Register at [replyauto.ai](https://app.replyauto.ai) platform. Connect gmail is not required for public api authentication.After this an access token can be obtained by calling… |
| POST |
trainModel /api/v1/trainModel |
Train a conversational model using input data consisting of question-reply pairs. These pairs can be email-threads , chat-conversations or similar contexts. Single user can train… |
| PATCH |
addToModel /api/v1/addToModel |
Add more question-reply pairs to an existing model. This can be useful for continuing to train the model after initial training |
| GET |
getAllModels /api/v1/getAllModels |
shows all models for a given user. |
| GET |
trainingStatus /api/v1/trainingStatus/{modelId} |
check the status of a given model using the **modelId** returned by */trainModel* endpoint. |
Reply auto api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|