ChatGPT AI Content Generator API
1. Amasty\AiContentGenerator\Api\Entity\ContentResolverInterface - class for managing product content.
- GET /V1/amaigenerator/product/short_description, method="resolve" - get product short description.
Related Articles
Why is ChatGPT AI Content Generator not generating content?
There are several reasons why the extension might not generate content on your Magento. 1. First, make sure the ChatGPT API key on the OpenAI platform are generated if OpenAI key is used as Content Generation Provider: Then add it to the Secret Key ...
Why ChatGPT AI Content Generator not generating content when using Amasty AI Service?
There are several reasons why the extension might not generate content on your Magento. In case Amasty AI Service provider is used in Stores → Configuration → Amasty Extensions → AI Content Generator, kindly make sure to check the following details: ...
What Amasty extensions support API?
Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
Advanced Reports API
1. Amasty\Reports\Api\RuleRepositoryInterface - class for managing rules for reports configuration: POST /V1/amasty_reports/rule, method="save" - create a rule; PUT /V1/amasty_reports/rule/:entityId, method="save" - edit a rule; DELETE ...
Gift Card API
1. Amasty\GiftCard\Api\ImageRepositoryInterface - class for managing gift card images: POST /V1/amgcard/image, method="save" - save a gift card image; PUT /V1/amgcard/image/:id, method="save" - save a gift card image by ID; DELETE ...