Welcome
Welcome to the Zudu AI API documentation for external customers.This guide will help you get started with authentication and making your first API calls.
Prerequisites
Before you begin, make sure you have:- An active organization account
- Access to your organization portal
- Permission to generate API keys
Quick Start
Step 1: Generate API Keys
Log in to your organization portal and navigate to Settings → API Keys.Click Generate New API Key to create a new API key pair.
Step 2: Store Credentials Securely
Copy both the API key and the API secret immediately.- API keys start with
sk_ - API secrets start with
s3cr3t_
Step 3: Make Your First API Call
Use the API key and API secret in request headers to authenticate your API calls.Base URL
All API endpoints are available at: https://api.zudu.aiAuthentication
All API requests require authentication using both headers:X-API-KEY: Your API keyX-API-SECRET: Your API secret
You do not need to pass an organization ID explicitly.