Is n8n's native AI accessible via API?

I simply want to know if it’s possible to access the native N8N daughter via API, or if there’s a tool on the market that would allow me to do so. I need to be able to create flows in N8N via API using N8N’s native flow generator. Thank you very much for your help.

Hey @aguila_verde welcome to the n8n community! You can create workflows through n8n’s API by sending the workflow JSON to the /api/v1/workflows endpoint. That’s the supported way to generate flows programmatically. You’re not controlling the visual editor itself, you just build the JSON on your side and the API creates the workflow. Take a look here, you will get a more clear idea.

1 Like

Ciao @aguila_verde !

Here is the link to n8n API :

Is totally possible to achieve what you want…

But

If you are asking about the AI workflow builder, I think that is not possible.

Cheers!

1 Like