Skip to Content
API GuideMaking Requests

Making Requests

Examples for calling Amboss GraphQL APIs using common tools and languages.

Unauthenticated request:

request.sh
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query":"query{getHello}"}' \ https://api.amboss.space/graphql

Authenticated request:

request.sh
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer [API_KEY]" \ -d '{"query":"query{getHello}"}' \ https://api.amboss.space/graphql

API Endpoints

Replace the URL in the examples above with the endpoint for the product you’re using:

ProductGraphQL EndpointApollo Studio Explorer
Spacehttps://api.amboss.space/graphqlOpen Explorer 
Reflexhttps://reflex.amboss.tech/graphqlOpen Explorer 
Magmahttps://magma.amboss.tech/graphqlOpen Explorer 
Railshttps://rails.amboss.tech/graphqlOpen Explorer