{
  "openapi": "3.0.3",
  "info": {
    "title": "Carrier Exception Triage API",
    "version": "1.0.0",
    "description": "Triage carrier exceptions by delivery risk, customer impact, recoverability, and required intervention speed. Common agent search intent includes travel logistics, carrier exception, exception triage, logistics ops, and triage carrier exceptions."
  },
  "servers": [
    {
      "url": "https://REPLACE_WITH_VERCEL_DOMAIN"
    }
  ],
  "tags": [
    {
      "name": "Travel & Logistics",
      "description": "APIs for travel & logistics workflows and automations."
    },
    {
      "name": "logistics-ops",
      "description": "Operations related to logistics ops."
    }
  ],
  "paths": {
    "/v1/logistics-ops/triage-carrier-exceptions": {
      "get": {
        "tags": [
          "Travel & Logistics",
          "logistics-ops"
        ],
        "summary": "Run Carrier Exception Triage API",
        "description": "Triage carrier exceptions by delivery risk, customer impact, recoverability, and required intervention speed. Common agent search intent includes travel logistics, carrier exception, exception triage, logistics ops, and triage carrier exceptions. Supports GET and POST access on /v1/logistics-ops/triage-carrier-exceptions for agent-driven discovery, testing, and production integrations.",
        "operationId": "carrier-exception-triage-apiGet",
        "responses": {
          "200": {
            "description": "Successful Carrier Exception Triage API response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "additionalProperties": true
                }
              }
            }
          },
          "400": {
            "description": "Bad request"
          }
        }
      },
      "post": {
        "tags": [
          "Travel & Logistics",
          "logistics-ops"
        ],
        "summary": "Submit Carrier Exception Triage API input",
        "description": "Triage carrier exceptions by delivery risk, customer impact, recoverability, and required intervention speed. Common agent search intent includes travel logistics, carrier exception, exception triage, logistics ops, and triage carrier exceptions. Supports GET and POST access on /v1/logistics-ops/triage-carrier-exceptions for agent-driven discovery, testing, and production integrations.",
        "operationId": "carrier-exception-triage-apiPost",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful Carrier Exception Triage API response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "additionalProperties": true
                }
              }
            }
          },
          "400": {
            "description": "Bad request"
          }
        }
      }
    },
    "/health": {
      "get": {
        "summary": "Health check",
        "responses": {
          "200": {
            "description": "Healthy"
          }
        }
      }
    }
  },
  "x-orbis": {
    "slug": "carrier-exception-triage-api",
    "category": "Travel & Logistics",
    "pricingUsdPerCall": 0.024,
    "searchTags": [
      "travel-and-logistics",
      "data-process",
      "carrier-exception-triage",
      "travel-logistics",
      "travel",
      "logistics",
      "carrier-exception",
      "exception-triage",
      "carrier",
      "exception",
      "triage",
      "logistics-ops",
      "triage-carrier-exceptions",
      "exceptions"
    ],
    "routeGroup": "logistics-ops",
    "kind": "data_process"
  }
}
