Back to the OpenAPI page

Palindrome Checker

API for checking if a string is a palindrome.

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

Parameter count: 3

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
apiKeybodystring
wordbodystring
tokenquerystring

Outputs

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

Property Type
palindromeboolean