AITiny integrates with Joomla's API application, allowing external applications and services to use AITiny's generative AI capabilities through Joomla's RESTful API. This enables use cases such as remote content generation from site management tools like Panopticon, custom integrations, and automation workflows.
The API endpoints require authentication using a Joomla API token. You can create an API token from the > page in the Joomla administrator. Edit a user, go to the Joomla API Token tab, and enable the token. Copy the generated token value.
Include the token in your requests using both of the following HTTP headers:
Authorization: Bearer YOUR_TOKEN
X-Joomla-Token: YOUR_TOKEN
You must also include the following headers:
Accept: application/vnd.api+json
Content-Type: application/x-www-form-urlencoded