Community AI Gateway
Developer quickstart guide for accessing FunList data through our AI-friendly endpoints
Essential Documentation
Before using the AI Gateway, please review our policies:
- AI Access Policy - Human-readable rules and restrictions
- AI Data License - Legal terms governing data usage
- Policy JSON - Machine-readable policy document
Developer Quickstart (3 Steps)
-
Step 1: Read the Policies
Review our AI Access Policy and AI Data License to understand permitted uses and restrictions.
-
Step 2: Request an API Key (Pilot Program)
POST /gateway/register {"org":"your-org", "email":"you@example.com", "purpose":"search/citation/analysis"}Note: API key registration is currently in pilot phase. Contact legal@funlist.ai for access.
-
Step 3: Call the Feed with Required Headers
curl -s "https://funlist.ai/ai-feed.json" \ -H "X-AI-Consumer: your-org-name" \ -H "X-AI-Purpose: search" \ -H "X-AI-Key: <your-api-key>"Success Response: Returns JSON feed with events data and license information
Access Requirements
- API Key Required: All requests to
/ai-feed.jsonmust include a valid API key - Required Headers:
X-AI-Consumer,X-AI-Purpose, andX-AI-Key - Attribution: All AI-generated content must properly attribute FunList
- Training Use: Prohibited without written license from legal@funlist.ai
- Compliance: Usage must comply with our AI Access Policy and Data License
Rate Limits
Current API rate limits:
Rate limits may be adjusted based on usage patterns. Enterprise users may request higher limits by contacting legal@funlist.ai.
Available Endpoints
Policy JSON (Machine-Readable)
Structured policy data for automated systems
GET /.well-known/ai-policy.json
Events Feed (Authenticated)
Public events data with required headers
GET /ai-feed.json
Questions or Need Enterprise Access?
Our AI Gateway team is here to help with licensing inquiries, technical questions, and partnership opportunities.