AltSportsLeagues
API ReferenceFingerprinting

Upsert Fingerprint

Create or update a league fingerprint

Upsert Fingerprint

POST /v1/fingerprint/upsert

Create a new fingerprint or update an existing one. Performs an insert if the league has no fingerprint, or updates the existing one.

Request

cURL
curl -X POST "https://api.altsportsleagues.ai/v1/fingerprint/upsert" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"league_id": "league_nll_001", "fingerprint_data": {"competitive_format": "season-playoffs", "scoring_type": "goals"}}'

On this page