Get started with the Knowledge Graph GraphQL API by learning the base URL, authentication requirements, and making your first request with code examples in cURL, Python, and JavaScript.
POST https://cumtxmqb68.execute-api.us-west-2.amazonaws.com/staging/v1.0.0/graphql
x-api-key: YOUR_API_KEY
gql
curl -X POST \ -H 'Content-Type: application/json' \ -H 'x-api-key: YOUR_API_KEY' \ -d '{"query":"{ courses(limit: 5) { identifier name academicSubject } }"}' \ https://cumtxmqb68.execute-api.us-west-2.amazonaws.com/staging/v1.0.0/graphql
Was this page helpful?
Contact support