StatsHub Docs
Endpoint referenceAI analysis

/ai-analysis

POST
/api/v2/ai-analysis

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/api/v2/ai-analysis" \  -H "Content-Type: application/json" \  -d '{    "action": "string",    "awayTeamName": "string",    "eventId": null,    "homeTeamName": "string",    "matchDate": "string",    "tournamentName": "string"  }'
"string"