Skip to main content
POST
Compare two text strings

인증

x-api-key
string
header
필수

본문

application/json
textSet
object
필수
callbackUrl
string<uri>

The URL where the text comparison results will be sent upon completion. If a callbackUrl is provided, the process works asynchronously. If no callbackUrl is provided, the process operates synchronously.

예시:

"https://your-domain.com/callback"

응답

Successful text comparison

similarity
number

Similarity percentage between the two texts

예시:

70