Documentation
Everything you need to integrate Nodium into your stack. Pick a product below to get started.
Quick Start
1. Create an account
Sign up with Google, magic link, or email/password.
2. Generate an API key
Go to Dashboard → Developer and create a key. It starts with ndm_ and is shown once.
Products
Screenshot
Capture any URL, HTML, or Markdown as PNG, PDF, or video. 145+ parameters, device emulation, ad blocking, webhooks, and AI vision.
Authentication
All API requests require an API key. Pass it via the X-API-Key header (Heal) or X-Access-Key header / access_key query parameter (Screenshot).
# Heal API
curl https://api.nodium.io/api/v1/heal/elements \
-H "X-API-Key: ndm_your_key"
# Screenshot API
curl "https://api.nodium.io/api/v1/screenshot/take?access_key=ndm_your_key&url=https://example.com&format=png" \
-o screenshot.pngNeed help?
Check the product-specific guides in the sidebar, or reach out via the Dashboard support chat.