Test learning result
    • PDF

    Test learning result

    • PDF

    Article summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Test a learning result.

    GET https://aitems.apigw.ntruss.com/api/v1/services/{serviceId}/infers/lookup?type={type}&targetId={targetId}
    

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    serviceIdYesStringService ID created
    typeYesStringSelect from among personalRecommend, relatedItem, or popLearning type
    targetIdYesStringID to search

    Response

    Field nameTypeDescriptionRemarks
    fieldStringResult field name
    values[]ArrayResult value

    Response status

    HTTP StatusDesc
    200OK (Successfully searched)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    Examples

    Request example

    GET /api/v1/services/49qkb0fbnar/infers/lookup?type=personalRecommend&targetId=em123
    Host: aitems.apigw.ntruss.com
    accept: application/json
    x-ncp-iam-access-key: cPMl0CYGgRYvEa8sylCj
    x-ncp-apigw-signature-v2: nn6HxvbYlXzuDBLYG8qNdz4Z7Y6qs+l5EX8BmGwI/EI=
    x-ncp-apigw-timestamp: 1551436817715
    
    

    Response example

    {
      "field": "ITEM_ID",
      "values": [
        "i1234",
        "i2345",
        "i5123"
      ]
    }
    

    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.