detect_cross_language_apis
Identify REST, GraphQL, gRPC, WebSocket, and WebAssembly APIs across multiple languages using framework-specific pattern recognition.
Instructions
Detect API endpoints, services, and schemas across all supported languages. Identifies REST APIs, GraphQL schemas, gRPC services, WebSocket endpoints, and WebAssembly modules with framework-specific pattern recognition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_types | No | Filter by specific API types (optional - detects all types if not specified) | |
| min_confidence | No | Minimum confidence threshold for API detection (default: 0.3) | |
| include_schemas | No | Include schema files (OpenAPI, GraphQL, proto, WASM) in results (default: true) |