Quick Start
Make your first API call in minutes and see Stemfard in action.
API Reference
Explore all available endpoints with full request and response details.
Core Concepts
Learn about API levels, response formats, and output options.
Guides
Step-by-step walkthroughs for common use cases and integrations.
Get started in 3 steps
1
Get your API key
Sign up for Stemfard to receive your API key. You’ll include this key in the
Authorization header of every request.2
Make your first request
Send a POST request to any mathematics endpoint with your matrix data. The API returns results immediately, along with optional step-by-step solutions.
3
Customize the response
Use the
api_level parameter to control response verbosity — choose lite for just the answer, standard to include solution steps, or detailed for the full educational response.What Stemfard offers
Stemfard’s API covers a growing library of mathematics operations, starting with comprehensive linear algebra support:- Matrix Arithmetic — Addition, subtraction, element-wise multiplication/division/power, and matrix multiplication
- Matrix Dimensions — Query the number of rows, columns, or full shape of any matrix
- Matrix Statistics — Compute min, max, sum, mean, median, variance, and standard deviation across rows, columns, or the entire matrix
- Step-by-step solutions — Every computation can return a detailed solution in HTML, LaTeX, or speech format
- Learning pathways — Related educational endpoints are surfaced alongside results to support deeper exploration
The Stemfard API base URL is
https://api.stemfard.com. All endpoints use HTTPS and require a valid API key.