跳到主要内容
版本:v0.6

Correct for template completions.

Correct for template completions.

Correct for template completions.

Request Body required
    text string required
Responses

OK


Schema
    corrected string required
    explanation string required
POST /v1/template-completions/_/correct

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
Body required
{
"text": "string"
}
curl / cURL
curl -L -X POST 'https://seal-io.github.io/v1/template-completions/_/correct' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"text": "string"
}'