Description from extension meta
Scans web pages for API endpoints and exports them as n8n nodes.
Image from store
Description from store
Detailed description
What is n8endpoint?
n8endpoint is a lightweight Chrome extension that lets you grab endpoints from any URL containing API specifications and convert them straight into n8n workflow nodes—no manual wiring required.
How it works
Install n8endpoint from the Chrome Web Store
Browse to any page with your API spec (JSON, YAML or HTML reference)
Select the endpoints you need
Click “Export” to generate JSON files matching n8n’s HTTP Request node schema
Import those files in n8n via “Import from File” and watch your nodes appear
Key features
Universal compatibility
Works with any web-accessible API spec—no special format required.
Customisable export
Choose exactly which endpoints you want, every time.
Zero manual setup
JSON output is pre-configured for n8n’s node schema.
Browser-first workflow
Stay in Chrome from spec to workflow—no context-switching.
Team-ready
Share exported .json files or commit them to version control for consistent automation pipelines.
Security & Privacy
No credentials stored
n8endpoint never collects or stores your API keys or credentials—everything runs locally in your browser.
Why n8endpoint?
Save hours on repetitive node configuration
Eliminate errors from manual setup
Streamline collaboration with shareable exports
Focus on logic, not boilerplate