Q: API versatility
I have reviewed the api docs and couldn't find any API endpoints that allow actual usage of the tool? Example:
- Generate article based on keywords
- Generate prompt based on keywords/needs
etc.
Do these exist programmatically?
ilya26PLUSMay 21, 2025
Founder Team

Tim_SEOContentMachine
May 22, 2025A: The step is:
1) Issue create new task
GET /create/articlecreator
2) Use the returned JSON data to customize the task
3) Update task using
POST /project/data/:id
4) Start task using
GET /project/run/:id
:id Is task ID that is returned to you in the create command.
AI prompts can be accessed using API
GET /ai-prompt-templates
You can play with API using this
https://documenter.getpostman.com/view/25036817/2sAYQggoMD#intro
Share
Helpful?
Log in to join the conversation