Back to the OpenAPI page

BMI Calculator

API for calculating Body Mass Index (BMI).

Authentication Options:
- Recommended: Bearer token via Authorization header.
- Fallback (GET): token query parameter.
- Fallback (POST): apiKey in JSON body.

Parameter count: 4

Version: 1.2.0
Download OpenAPI file

About OpenAPI files: OpenAPI files are widely used in tools like Postman, Swagger UI, and various code generators to automate API documentation, testing, and client SDK creation, streamlining the development workflow.

Parameters

Below is a list of all available parameters for this API.

Parameter Location Type
tokenquerystring
heightquerynumber
weightquerynumber
apiKeybodystring

Outputs

Below is a list of all available outputs for this API.

Property Type
bminumber