Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fieldfunded.com/llms.txt

Use this file to discover all available pages before exploring further.

API Key Authentication

All API requests require an X-API-Key header with your API key.
curl -X GET "https://api.fieldfunded.com/v1/sports" \
  -H "X-API-Key: YOUR_API_KEY"
Never expose your API key in client-side code or public repositories. Always use server-side requests or environment variables.

Getting your API key

  1. Visit docs.fieldfunded.com
  2. Click Get API Key
  3. Fill in your details and expected request volume
  4. We respond within 24 hours with your dedicated key

Error responses

Status CodeDescription
401Missing or invalid API key
403API key doesn’t have access to this resource
429Rate limit exceeded