How-To GuidesIntegrations
API Integration Guide
Complete guide to integrating the Nudg3 API into your applications
API Integration Guide
This guide provides code examples for integrating the Nudg3 API.
Authentication
All API requests require authentication via your API key. The workspace is automatically determined from your API key.
Python Example
JavaScript Example
Java Example
Workspace Isolation: The workspace is automatically determined from your API key. You don't need to pass a workspace_id parameter.
Next Steps
See the API Reference for complete endpoint documentation.