SEO Content Machine Questions

Showing 1 - 20 of 135 questions

Q: my own research?

Is this NOT for people who've done their own research, or have their own libraries of data? I'm looking at tutorials and it seems to only take short prompts and then no further user input? thx

SumoLeePLUSJun 7, 2025
See detail
Founder Team
Tim_SEOContentMachine

Tim_SEOContentMachine

Jun 7, 2025

A: You can load your own input via text files, however its meant to work by combining scraped data with the ai prompts.

What are you trying to achieve?

Share
Helpful?

Q: Any ETA on n8n integration?

This is probably my most awaited feature, the ability for my agent to utilize SCM power tools!

BukitJun 7, 2025
See detail
Founder Team
Tim_SEOContentMachine

Tim_SEOContentMachine

Jun 7, 2025

A: i think in a week I can have most of the basic API calls ready. However it takes an unknown amount of time for the SCM node to be approved as a community node as it looks like that needs some pre-approval by the n8n people.

Hopefully, there is a way I can distribute the library early to people that want to try it.

Share
Helpful?

Q: Straico integration

Hi there, do you offer Straico integration? 🙏🙏🙏🙏

rob139PLUSMay 28, 2025
See detail
Founder Team
Tim_SEOContentMachine

Tim_SEOContentMachine

May 28, 2025

A: Yes we do!
https://forum.seocontentmachine.com/t/how-to-use-straico-api/596

Share
Helpful?

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
See detail
Founder Team
Tim_SEOContentMachine

Tim_SEOContentMachine

May 22, 2025

A: 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...

Share
Helpful?

Q: From URL to scrape and rewrite with AI

Is it possible for me to input a list of links (articles from another site) into SCM for it to scrape and then have it rewrite these articles via AI? Is it possible to do this in bulk? Within these articles, is it possible to insert images created with AI through SCM? Is it possible to integrate SCM with WordPress so that new articles created in SCM are automatically posted on my WordPress site? Thank you very much for your attention.

angelo95May 18, 2025
See detail
Founder Team
Tim_SEOContentMachine

Tim_SEOContentMachine

Edited May 19, 2025

A: You can do all the above.

1) Scrape and rewrite

https://forum.seocontentmachine.com/t/download-and-rewrite-article-content-from-a-list-of-urls/741

2) For images, you need to first download your content on the hard drive, then process it again using article creator to insert AI images.

https://forum.seocontentmachine.com/t/insert-ai-generated-images-into-existing-articles/755

3) How to post...

Share
Helpful?