TinyMCE AI API Quick Start

The aim of this article is to get you up and running with the TinyMCE AI service.

You can also sign up for the TinyMCE Premium Features 14-day free trial if you want to test this feature first.

The TinyMCE Premium Features free trial allows for testing SaaS services. If you are interested in on-premises solutions, please contact us.

Getting Started

To start using the TinyMCE AI service, follow the steps below:

  • Sign up for one of our self-service plans, or contact us to purchase the TinyMCE AI license.

  • Generate your access credentials in the Customer Portal.

  • Write a script that generates one-time tokens for authorizing end users of your application in TinyMCE Cloud Services (using access credentials created earlier).

All steps are explained in details below.

Get the TinyMCE AI license

You can purchase TinyMCE AI as an add-on to selected tiers of our self-service plans. You can find details on our pricing page.

You can also contact us directly if you would like to have a custom plan.

For testing purposes, you can sign up for the free trial.

After signing up, you will receive access to the customer dashboard (Customer Portal).

Log in to the Customer Portal

Log in to the Customer Portal and navigate to "JWT Keys".

TinyMCE AI trial view

Create token endpoint

You now need to create a security token endpoint in your application. This endpoint securely authorizes end users of your application to use TinyMCE AI features based on their permissions and access rights.

Writing your own token endpoint

To write your own security token endpoint, create access credentials for the selected environment by going to the "Access credentials" tab and clicking the "Create a new access key" button.

Read more in the Creating access credentials section of the Environments management guide.

Cloud region

Cloud Services can reside in either US or EU region or in both. The region is set per subscription and cannot be changed for existing environments by the user. For Custom plan with multi-region, you can choose the region during environment creation. This topic is addressed in more detail in the Environment management guide.

API Integration

All features are accessible through the API at https://tinymceai.api.tiny.cloud with JWT authentication.

For an overview of all API features, see API Overview.

For detailed API examples and implementation guides, see:

  • Conversations – Interactive AI discussions and document analysis.

  • Reviews – Content improvement and quality analysis.

  • Actions – Content transformation and batch processing.

  • Streaming – Real-time AI interactions.

Complete API Documentation – Full API reference for TinyMCE AI

Next Steps

Now that you made your first API call, explore the features:

  • API Overview – Overview of all API features, data handling, and security.

  • Conversations – Start with interactive AI discussions.

  • AI Models – Choose the right model for your use case.

  • Permissions – Set up user access control for production.

  • Reviews – Add content improvement features.

  • Actions – Implement content transformation.