
Simplified and Traditional Chinese Converter
Convert text between Simplified and Traditional Chinese
Compare two texts and return a semantic similarity score
Compare the meaning of two texts beyond exact word matches.
Receive a compact similarity score for each submitted text pair.
Compare supported text in English, Chinese, and other languages.
Prioritize potentially similar records for editorial or manual review.
Compare descriptions, questions, documents, or search results in your workflow.
Submit two text fields and use the returned score in downstream applications.

HTTP Protocol:HTTPS
HTTP Method:POST
HTTP Endpoint:https://api.gugudata.io/v1/text/similarity
Response Type:application/json; charset=utf-8
DEMO Endpoint:https://api.gugudata.io/v1/text/similarity/demo
Live Demo:Try Interactive Demo
Postman Collection:Run in Postman
| Name | Type | Is Required | Default Value | Remark |
|---|---|---|---|---|
| appkey | string | true | YOUR_APPKEY | API key used to authenticate the request. |
| content1 | string | true | First nonblank text to compare. | |
| content2 | string | true | Second nonblank text to compare. |
| Name | Type | Remark |
|---|---|---|
| dataStatus | object | Legacy response metadata. `dataStatus.statusCode` is not the HTTP status code for this endpoint family. |
| dataStatus.requestParameter | string | Privacy-safe summary of the normalized request. |
| dataStatus.statusCode | integer | Application-level status code. |
| dataStatus.statusDescription | string | Human-readable application status message. |
| dataStatus.responseDateTime | string | Time at which the response was generated. |
| dataStatus.dataTotalCount | integer | Number of matching or returned records for this request. |
| data | object | Object containing the semantic similarity result. |
| data.similarity | string | Similarity score returned as a decimal string by the current v1 contract. |
| Status Code | Explanation of Status Code | Remarks |
|---|---|---|
| 200 | Request processed successfully. | Some endpoints expose a separate application-level status field in the response body, such as `dataStatus.statusCode`. |
| 400 | Invalid request parameters or request format. | Check required fields, data types, and request body format. |
| 401 | Missing or unknown application key. | Provide a valid `appkey` with the request. |
| 403 | The application key is recognized but access is not allowed. | The key may be expired, inactive, or not permitted for the requested API. |
| 429 | Request rate or trial usage limit exceeded. | Reduce concurrency or retry after the limit window resets. |
| 500 | Internal service error. | Retry later or contact support if the error persists. |
| 503 | Upstream service unavailable. | Retry later; the requested upstream dependency is temporarily unavailable. |
Connect your AI client once, authorize in the browser, and the client can use the GuGuData API tools available to your account. You do not need to paste an appkey into the MCP client.
https://mcp.gugudata.io/mcp{
"mcpServers": {
"gugudata": {
"url": "https://mcp.gugudata.io/mcp",
"transportType": "streamable-http"
}
}
}
Convert text between Simplified and Traditional Chinese

Detect the most likely languages in text and return confidence scores

Build private document knowledge bases and answer with citations

Extract clean, readable article content from webpages or HTML