GhanaNLP / kasa

English to Twi translation system being put together by the GhanaNLP team
MIT License
31 stars 14 forks source link

Translation API monetization #29

Closed joelbudu closed 1 year ago

joelbudu commented 2 years ago

We are now able to create products and subscriptions via the Azure API management service which allows access to the API using a subscription key.

We now need to expand on this to create a portal where users can sign-up and access the various subscription packages to our translation API and make payments/ access a free trial.

Acceptance Criteria:

Below are links to resources on how to implement this:

https://docs.microsoft.com/en-us/azure/api-management/monetization-support

https://azure.microsoft.com/en-gb/blog/how-to-monetize-apis-with-azure-api-management/

https://endjin.com/what-we-think/talks/monetize-apis-with-azure-api-management-using-stripe

https://github.com/microsoft/azure-api-management-monetization

https://github.com/microsoft/azure-api-management-monetization/blob/main/documentation/stripe-deploy.md

joelbudu commented 2 years ago