n8n-nodes-apexapi
v0.3.0
Published
n8n community node for ApexApi — call 15+ AI providers (OpenAI, Anthropic, Google, Amazon Bedrock, Mistral, and more) through one OpenAI-compatible API, with optional JSON / JSON-schema structured output.
Maintainers
Readme
n8n-nodes-apexapi
An n8n community node for ApexApi — call 14 AI providers (OpenAI, Anthropic, Google, Mistral, DeepSeek, Groq, and more) through one OpenAI-compatible API key. Switch any model from a single dropdown.
Installation
n8n (self-hosted): Settings → Community Nodes → Install → n8n-nodes-apexapi.
(n8n Cloud support requires verification — in progress.)
Credentials
Create an ApexApi key at https://apexapi.dev/keys (starts with ak-). Add an ApexApi account
credential in n8n and paste the key. The connection is tested against GET /v1/models.
This package ships three nodes (one install):
- ApexApi — call models (chat / image / video / audio).
- ApexApi Context — give AI live web context (read a page, crawl a site, structured extract).
- ApexApi Chat Model — a model sub-node for n8n's AI Agent / LangChain nodes.
ApexApi — operations
- Chat → Message a Model — send a prompt/messages to any chat model.
- Image → Generate Image — generate images.
- Video → Generate Video — generate a video (waits for completion by default) and Get Result to poll a job by id.
Each resource's Model dropdown is populated live from your account's available models.
ApexApi Context — operations
Turn the web into clean, LLM-ready data on the same ak- key. You only pay for successful
results; failures are free.
- Read a Page — any URL → clean markdown/HTML/text, with automatic anti-bot handling.
- Read a Site — crawl a whole website into markdown (async; the node waits for completion by default). Cap Max Pages to bound cost.
- Structured Extract — ready-made structured JSON from Amazon, Walmart, Crunchbase, G2, Google Maps, or Zillow. Pick a Scraper and pass the item URL (async).
Templates
See the templates/ folder for ready-to-import workflows (news → caption → post, prompt → image →
post, and an AI Agent using ApexApi as its model).
License
MIT
