Check if a node ID represents an API call.
static bool isApiCallNodeId(String nodeId) => _apiCall.matches(nodeId);