C
CHAXUCognitive APIs

Cognivanta Labs

At Large

Powered by CINTENT

Signed in as

demo@chaxu.co.in

Documentation

Documentation
C

API Documentation

Drone, DCS, docking, telemetry, sensor, navigation, mission, swarm, governance, replay, and cognition API reference.

Next step: Select APIs in documentation, then move the same set to Playground, SDK Studio, Simulation, or Workflow Builder.
Warning: Documentation examples are demo-safe; verify production credentials before live execution.

Selected API reference

[
  {
    "id": "uav-replay-explain",
    "endpoint": "POST /api/v1/cognitive/uav/replay/explain",
    "auth": "bearer",
    "request": {
      "tenant_id": "demo-tenant",
      "correlation_id": "demo-uav-replay-explain",
      "mission_context": {
        "asset_id": "uav-demo-17",
        "site": "customer-demo-site",
        "objective": "execute governed autonomy workflow"
      }
    },
    "response": {
      "status": "accepted",
      "api_id": "uav-replay-explain",
      "trace_id": "trace-uav-replay-explain",
      "governance": {
        "decision": "allow_with_monitoring",
        "evidence": [
          "policy_version_demo",
          "operator_override_available",
          "replay_enabled"
        ]
      }
    }
  },
  {
    "id": "uav-mavlink-orchestrate",
    "endpoint": "POST /api/v1/cognitive/uav/mavlink/orchestrate",
    "auth": "bearer",
    "request": {
      "tenant_id": "demo-tenant",
      "correlation_id": "demo-uav-mavlink-orchestrate",
      "mission_context": {
        "asset_id": "uav-demo-17",
        "site": "customer-demo-site",
        "objective": "execute governed autonomy workflow"
      }
    },
    "response": {
      "status": "accepted",
      "api_id": "uav-mavlink-orchestrate",
      "trace_id": "trace-uav-mavlink-orchestrate",
      "governance": {
        "decision": "allow_with_monitoring",
        "evidence": [
          "policy_version_demo",
          "operator_override_available",
          "replay_enabled"
        ]
      }
    }
  },
  {
    "id": "uav-governance",
    "endpoint": "POST /api/v1/cognitive/uav/governance/enforce",
    "auth": "bearer",
    "request": {
      "tenant_id": "demo-tenant",
      "correlation_id": "demo-uav-governance",
      "mission_context": {
        "asset_id": "uav-demo-17",
        "site": "customer-demo-site",
        "objective": "execute governed autonomy workflow"
      },
      "policies": [
        "geofence",
        "remote_id",
        "human_override"
      ],
      "jurisdiction": "IN-DGCA",
      "risk_threshold": "medium"
    },
    "response": {
      "status": "accepted",
      "api_id": "uav-governance",
      "trace_id": "trace-uav-governance",
      "governance": {
        "decision": "allow_with_monitoring",
        "evidence": [
          "policy_version_demo",
          "operator_override_available",
          "replay_enabled"
        ]
      }
    }
  },
  {
    "id": "uav-observability",
    "endpoint": "POST /api/v1/cognitive/uav/observability/telemetry",
    "auth": "bearer",
    "request": {
      "tenant_id": "demo-tenant",
      "correlation_id": "demo-uav-observability",
      "mission_context": {
        "asset_id": "uav-demo-17",
        "site": "customer-demo-site",
        "objective": "execute governed autonomy workflow"
      },
      "telemetry": [
        {
          "battery_pct": 84,
          "altitude_m": 92,
          "link_quality": 0.97,
          "status": "in_mission"
        }
      ]
    },
    "response": {
      "status": "accepted",
      "api_id": "uav-observability",
      "trace_id": "trace-uav-observability",
      "governance": {
        "decision": "allow_with_monitoring",
        "evidence": [
          "policy_version_demo",
          "operator_override_available",
          "replay_enabled"
        ]
      }
    }
  },
  {
    "id": "simulation.run",
    "endpoint": "POST /api/simulation/run",
    "auth": "bearer"
  },
  {
    "id": "sdk.generate",
    "endpoint": "POST /api/sdk/generate",
    "auth": "bearer"
  }
]