api_level parameter controls how much information Stemfard includes in each response. Choosing the right level lets you balance payload size against the richness of data your application needs. Lite keeps responses minimal for fast lookups, standard adds step-by-step solutions for interactive tutoring, and detailed delivers the full educational context for deep integrations.
Comparing the three levels
- lite
- standard
- detailed
The
lite level returns the essential fields needed to display a computed answer: metadata, taxonomy, and result. It is the lightest response and the fastest to parse.example lite response
When to use each level
Switching between levels
Passapi_level in the request body to select the level you want. The default is "detailed" if you omit the parameter.
Fields like
related, learning_pathways, and request_normalized are only present in detailed responses and only when their corresponding boolean parameters (related, learning_pathways, request_params) are set to true.