Custom Image 조회
    • PDF

    Custom Image 조회

    • PDF

    記事の要約

    最新のコンテンツが反映されていません。早急にアップデート内容をご提供できるよう努めております。最新のコンテンツ内容は韓国語ページをご参照ください。

    유저의 Custom Image 목록을 조회합니다.

    GET https://nsml.apigw.ntruss.com/nsml/v1/images/user?page=1&pageSize=10&state=READY
    

    요청

    요청 파라미터

    필드명타입설명비고
    pageIntegerpage indexdefault : 1
    pageSizeIntegerpage sizedefault : 10
    stateString이미지 상태값default : READY

    응답

    필드명타입설명비고
    imageList[].nameStringimage 이름
    imageList[].pathStringimage path
    imageList[].statusString이미지 상태
    imageList[].createTimeString생성일자
    imageList[].noteStringnote

    응답 Status

    HTTP StatusDesc
    200OK
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    406Not Accepted
    500Internal Server Error

    예시

    요청 예시

    GET /nsml/v1/images/base
    
    Host: nsml.apigw.ntruss.com
    accept: application/json
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    x-ncp-apigw-api-key: {apigw-api-key}
    

    응답 예시

    {
      "imageList": [
        {
          "name": "test-image:v1",
          "path": "lant3w9g.kr.beta-private-ncr.ntruss.com/test-image:v1",
          "status": "IMAGE_STATUS_READY",
          "createTime": "2023-02-09T09:32:50",
          "note": ""
        }
      ],
      "totalCount": 1
    }
    

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

    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.