{ "matchId": 12345, "homeTeam": "Liverpool", "awayTeam": "Man City" }
GET /api/v1/matches Authorization: Bearer ... Content-Type: application/json
const response = await fetch(url); const data = await response.json();
{ "prediction": 0.87, "confidence": "high" }
import { ApiService } from "@/services/api"; const api = new ApiService();
POST /api/v1/predictions { "matchId": 12345 }

Contact Us

Have questions about our API? We're here to help. Fill out the form below or use our contact information.

Send us a message

Contact Information

Email

support@intellectapi.io

Support Hours

Monday - Friday: 9:00 AM - 6:00 PM GMT

Documentation

Visit our API documentation for detailed information about our endpoints and integration guides.