πŸ–₯️Interactive API Reference

This page provides an interactive interface for exploring the UDAI API. You can test endpoints, view detailed request/response schemas, and understand the authentication requirements for each of the Five Pillars of UDAI.


How to use this reference

  1. Authorization:

    • Click the Authorize lock icon at the top of the interface.

    • Enter your partner-api-key and User JWT (Bearer token).

    • For business-level endpoints, ensure you include the X-Organization-ID in the request headers section of the specific endpoint.

  2. Try it out:

    • Expand any endpoint (e.g., POST /auth/login-password).

    • Click the Try it out button.

    • Fill in the request body/parameters.

    • Click Execute to see the live response from our servers.

  3. Explore Schemas:

    • Scroll to the bottom to find the Schemas section.

    • Click on User, Drone, or Mission to see the exact field definitions and constraints.

[!NOTE] This interactive reference is synchronized with the primary documentation in the API References sidebar section.

Last updated