Is it possible to integrate the n8n within our web app which is written by flask and python? I mean is there any n8n python SDK or n8n API documentation?
If so, what is the authentication strategy? Is it OAuth2 or API key?
Is it possible to integrate the n8n within our web app which is written by flask and python? I mean is there any n8n python SDK or n8n API documentation?
If so, what is the authentication strategy? Is it OAuth2 or API key?
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hi @Benyamin,
Welcome to the community!
Yes, this is possible! Here are our documentation on n8n API endpoints and how to run Python on n8n.
n8n uses API Key authentication method. You can also read more about how to implement it here:
Just make sure to follow our Sustainable Usage License too - Sustainable Use License | n8n Docs
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.