AltSportsLeagues
API ReferenceFingerprinting

Slot Fill League

Auto-fill missing data fields for a league

Slot Fill League

POST /v1/fingerprint/slot-fill

Automatically fill missing data fields for a league using AI-powered inference from similar leagues and available data sources.

Request

cURL
curl -X POST "https://api.altsportsleagues.ai/v1/fingerprint/slot-fill" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"league_id": "league_nll_001"}'

On this page