ChatGPT AI Content Generator API

ChatGPT AI Content Generator API

1. Amasty\AiContentGenerator\Api\Entity\ContentResolverInterface - class for managing product content.
  1. 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 ...
      • 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 ...
      • How can I configure the content of the Home Page?

        By default, if you are installing the Jet theme without any sample data, all the custom CMS blocks from the Jet theme will be disabled. To enable custom Jet theme blocks, you have to do it manually, by enabling each particular block one by one. To do ...