Semihuman API Documentation
Table of Contents
1.
4.
Overview
Version: 1.0.0
Endpoints
POST /check-ai
Description
Headers
Request Body
Example:
"Example text to check."
Constraints
Consumes
application/json
Produces
application/json
POST /humanize
Description
Headers
Request Body
Example:
"Example text to humanize."
Example:
50
Constraints
Consumes
application/json
Produces
application/json
Definitions
HumanizeDto
Properties
Example:
"Example text to humanize."
Example:
50
HumanizeOkDto
Properties
Example:
"exampleToken123"
Example:
"This is the processed humanized content."
Example:
"success"
AIDetectionResultDto
Properties
Example:
"Detection complete"
Example:
"AI"
Example:
100
Example:
"Your text is likely to be written entirely by AI"
ErrorDto
Properties
Example:
400
Example:
"Invalid API Key"
Example:
"Bad Request"