download
    • PDF

    download

    • PDF

    Article Summary

    概要

    • 翻訳が完了したファイルのダウンロード API(GET)
    • 翻訳完了後、7日以内に再ダウンロード可能

    Header

    NameDescription
    X-NCP-APIGW-API-KEY-IDNCPアプリ登録時に発行された Client ID
    X-NCP-APIGW-API-KEYNCPアプリ登録時に発行された Secret Key

    Parameter

    NameTypeRequiredDescription
    requestIdStringtrueTranslate APIリクエスト時に発行された Request ID

    Response

    正常レスポンスの場合、attachment形式の翻訳バイナリを返す

    Response Header

    • Content-Type: application/octet-stream or etc..
    • Content-disposition: attachment; filename=ソースファイル名

    エラーコード

    {
      "error": {
        "errorCode": "25003",
        "message": "requestId is invalid"
      }
    }
    
    HTTP Status CodeCodeMessageDescription
    40125003requestId is invalid無効な request IDでリクエストした場合

    CURL Example

    $ curl -X GET 'https://naveropenapi.apigw.ntruss.com/doc-trans/v1/download?requestId=20201007_2522985202669'
    

    この記事は役に立ちましたか?

    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.