# AI Engineer Singapore 2026 — Public API > Conference: AI Engineer Singapore > Dates: May 15–17, 2026 > Venue: Capitol Kempinski (Talks) & SMU (Workshops) > Location: Singapore > Website: https://www.ai.engineer/singapore ## Base URL https://aie.65labs.org/api/v1 All endpoints are public, unauthenticated, GET-only, and return JSON (unless noted). ## Endpoints ### GET /api/v1 JSON index of all available API endpoints with descriptions and example curl commands. Start here. ### GET /api/v1/event Event metadata: name, dates, timezone, venue, canonical links. ### GET /api/v1/schedule Full normalized schedule across all days and formats. Includes workshops, leadership sessions, talks, breaks, source health metadata, and current lineup scenario. ### GET /api/v1/sessions Filterable session feed. Query parameters: - format — filter by session format. Values: workshop, talk, leadership, break - topic — filter by topic tag (URL-encoded) - q — free-text search across title, description, speaker names Examples: - All talks: GET /api/v1/sessions?format=talk - Talks about coding agents: GET /api/v1/sessions?format=talk&topic=coding%20agents - Search for robotics: GET /api/v1/sessions?q=robotics ### GET /api/v1/speakers Speakers and workshop hosts referenced by public schedule sessions. Query parameters: - format — filter by session format (e.g. talk) - order — sort order. Values: lineup (default), name Examples: - Talk speakers by lineup order: GET /api/v1/speakers?format=talk - Talk speakers alphabetically: GET /api/v1/speakers?format=talk&order=name ### GET /api/v1/schedule.ics iCalendar feed. Import into Google Calendar, Apple Calendar, Outlook, or any .ics-compatible tool. ### GET /api/v1/openapi.json Machine-readable OpenAPI 3.x specification for all endpoints above. ## Usage Notes - All responses are JSON with UTF-8 encoding (except .ics which is text/calendar). - No authentication or API keys required. - No rate limiting is currently enforced, but please be respectful. - Data is updated as the lineup and schedule evolve. Check the updatedAt fields in responses. - The schedule includes all session formats: workshops (May 15), leadership (May 15), talks (May 16–17), and breaks. - Speaker imageUrl fields point to hosted headshot images.