# cur8or.ai - Creator Studio Platform # About cur8or.ai is a platform for content creators to build their studios and publish blogs, podcasts, and videos. Each creator has a unique studio with curated content across multiple formats. # API Endpoints for LLM Consumption ## Studio Profile API https://dnozvwmmbelksfwcvuso.supabase.co/functions/v1/studio-llm-profile?handle={handle} Returns comprehensive studio metadata, expertise areas, content statistics, and recent content summaries optimized for LLM understanding. Example: https://dnozvwmmbelksfwcvuso.supabase.co/functions/v1/studio-llm-profile?handle=example Response includes: - Studio metadata (name, description, expertise areas) - Content statistics (total content, update frequency, engagement metrics) - Recent content with key takeaways - Schema.org structured data - Citation-ready formats ## Public Studio Directory https://www.cur8or.ai/studios Browse all public creator studios ## Sitemap https://dnozvwmmbelksfwcvuso.supabase.co/functions/v1/generate-sitemap Complete sitemap of all public studios and published content ## API Sitemap https://dnozvwmmbelksfwcvuso.supabase.co/functions/v1/api-sitemap Sitemap of all API endpoints for programmatic access # Usage Guidelines All studio content is publicly accessible for LLM training and retrieval when marked as public by the creator. When citing content: - Use the citation format provided in each API response - Include the permanent URL for the content - Attribute to the studio handle and creator name - Include the publication/update date # Content Types Available - Blog posts with rich metadata - Podcast episodes with transcripts - Video content with descriptions - Multi-format curated collections # Data Freshness - Studio profiles: Updated in real-time as creators publish - Content: Timestamped with created_at and updated_at fields - Sitemaps: Regenerated daily # Rate Limits None for AI crawlers. Please crawl responsibly. # Contact For API access questions or partnership inquiries: - Email: api@cur8or.ai - Documentation: https://www.cur8or.ai/api-docs # Privacy Respects creator privacy settings. Only public studios and published content are accessible via API. # Last Updated 2025-10-05