https://youtu.be/E6GFUNHMOzs

<aside> 💡

Watch the video first

</aside>

API endpoint URL: https://wilde-public-apim.azure-api.net/oneclick/

Method: POST

Description: Generate an SEO-optimized article using Wilde one-click generator

General Endpoint example:

curl --location ' [<https://wilde-public-apim.azure-api.net/oneclick/>](<https://wilde-public-apim.azure-api.net/oneclick/>)' \\
    --header 'wilde-key: {API TOKEN}' \\
    --header 'Content-Type: application/json' \\
    --data '{
    "topic" : "<TOPIC>",
    "language" : "<LANGUAGE OF THE ARTICLE>",
    "webhook" : "<WEBHOOK FOR RESPONSE>",
    "length": "<ARTICLE LENGTH (OPTIONAL)>"
}'

How to create an API key?

Email me: [email protected] , with subject [Wilde API beta test], and I will create you an API for testing.