π₯οΈ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
Authorization:
Click the Authorize lock icon at the top of the interface.
Enter your
partner-api-keyandUser JWT(Bearer token).For business-level endpoints, ensure you include the
X-Organization-IDin the request headers section of the specific endpoint.
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.
Explore Schemas:
Scroll to the bottom to find the Schemas section.
Click on
User,Drone, orMissionto 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