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
Thank you. I've been collecting reference data on scientific studies (research papers) and other mentions of facts and tips, for writing future social posts and blog posts. So I have tons of material already collected, and letting an AI go scraping all over again in this case seems redundant. But maybe this isn't the right tool for someone who's already collected reams of source material?
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.
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
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.
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
Tim_SEOContentMachine
Jun 7, 2025A: 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 SEO Content Machine
Thank you. I've been collecting reference data on scientific studies (research papers) and other mentions of facts and tips, for writing future social posts and blog posts. So I have tons of material already collected, and letting an AI go scraping all over again in this case seems redundant. But maybe this isn't the right tool for someone who's already collected reams of source material?
What do you want to do with that source material?
Q: Any ETA on n8n integration?
This is probably my most awaited feature, the ability for my agent to utilize SCM power tools!
Tim_SEOContentMachine
Jun 7, 2025A: 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 SEO Content Machine
Q: Straico integration
Hi there, do you offer Straico integration? 🙏🙏🙏🙏
Tim_SEOContentMachine
May 28, 2025A: Yes we do!
https://forum.seocontentmachine.com/t/how-to-use-straico-api/596
Share SEO Content Machine
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?
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...
Share SEO Content Machine
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.
Tim_SEOContentMachine
Edited May 19, 2025A: 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 SEO Content Machine