Machine-readable contract: openapi.json · RFC 9727 catalog: .well-known/api-catalog
Endpoints
GET https://crewai.com/api/health— Health checkGET https://crewai.com/api/blog-posts— Scope:content.blog.readGET https://crewai.com/api/case-studies— Scope:content.case-studies.readGET https://crewai.com/api/webinars— Scope:content.webinars.readGET https://crewai.com/api/events— Scope:content.events.read
Example
curl -s "https://crewai.com/api/blog-posts?limit=3" | jq '.items[].title'