CLOVA Studio 개요 (JP)
    • PDF

    CLOVA Studio 개요 (JP)

    • PDF

    Article Summary

    A service that analyzes the text entered by the user and returns text that fits the context.

    Common settings

    You can use the Completion API by creating a test app according to NAVER Cloud Platform's gateway issuance process.

    Common response formats

    Field nameTypeRequiredDescription
    resultanyRequirementResponse body
    statusobjectOptional
    status.codestringOptionalResponse code
    status.messagestringOptionalMessage of response code

    An example of a response format

    {
      "status": {
        "code": "20000",
        "message": "OK"
      },
      "result": {}
    }
    

    Response code

    HttpStatusCodeCodeMessageDescription
    20020000OKRequest handling successful
    40040000Bad requestInvalid request
    40040001Invalid parameterInvalid request parameters
    40040003Text to longRequested text is too long
    40040004Text emptyRequests with blank text
    40040005Unavailable output 1Requests with unavailable output
    40040006Unavailable output 2Requests with unavailable output
    40140100UnauthorizedUnauthorized
    40340380You have used all your {max token count} tokens.You have used all your {max token count} tokens.
    40440400Not foundRequested resource not found
    40840800Request timeoutRequest timeout
    42942900Too many requestsOver requests
    50050000Internal server errorUnprocessed errors

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.