Skip to main content

Welcome to Nedzo API

The Nedzo API provides comprehensive endpoints for managing agents, campaigns, contacts, and more. All endpoints are organized by category for easy navigation.

Authentication

All API endpoints are authenticated using Bearer tokens. Include your API key in the Authorization header:
"security": [
  {
    "HTTPBearer": []
  }
]

API Categories

Our API is organized into the following categories:
  • Agent - Manage AI agents and their configurations
  • Sub-Account - Handle sub-account operations
  • Campaign - Create and manage marketing campaigns
  • Contact - Manage contact information and data
  • Contact List - Organize contacts into lists
  • Knowledge - Manage knowledge bases for agents
  • Call - Handle call operations and management
  • Phone Number - Manage phone number resources
  • Conversation - Access conversation data and history
  • Custom Field - Manage custom field definitions
  • Address Bundle - Handle address-related operations

OpenAPI Specification

View the complete OpenAPI specification