Media Connect Center overview
    • PDF

    Media Connect Center overview

    • PDF

    Article summary

    Available in Classic and VPC

    Media Connect Center is a service of NAVER Cloud Platform that combines various media services and Object Storage of NAVER Cloud Platform and helps to integrate and manage the total media services on one screen, including grouping for managing media files, encoding, CDN integration, channel creation, and deployment. Media Connect Center provides APIs to view and set up organizations, members, job grades, and job positions. It works through the GET/POST/PUT/DELETE method calls of the HTTP method.

    Common settings

    Media Connect Center API URL

    https://ncloudmcc.apigw.ntruss.co/ncloudmcc/v1
    

    Request headers

    ItemRequiredDescription
    x-ncp-apigw-timestampYTime elapsed since January 1, 1970, 00:00:00 UTC in milliseconds. The request is considered invalid if the time difference from the API Gateway server is 5 minutes or longer
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-iam-access-keyYValue of access key ID issued from NAVER Cloud Platform portal
    x-ncp-iam-access-key:{Sub Account Access Key}
    x-ncp-apigw-signature-v2YSignature encrypted with the access key ID value and secret key
    x-ncp-apigw-signature-v2:{API Gateway Signature}
    x-ncp-region_codeNRegion code (KR)
    x-ncp-region_code:KR
    Content-TypeYSpecifies the request body content type as application/json
    Content-Type: application/json

    Authentication header

    API Gateway authentication is required to use the Media Connect Center API. For the API Gateway authentication-related guide, see NAVER Cloud Platform API.

    Media Connect Center API request composition

    Header
      x-ncp-apigw-timestamp:{Timestamp}
      x-ncp-iam-access-key:{Sub Account Access Key}
      x-ncp-apigw-signature-v2:{API Gateway Signature}
      Content-Type:application/json
    Body
      Json Object
    URL
      {API_URL}/{resource}
    

    Media Connect Center API request examples

    curl -i -s -X POST \
    -H "Content-Type:application/json" \
    -H "x-ncp-iam-access-key:HrR0s91elfiXEeTSZdwj" \
    -H "x-ncp-apigw-timestamp:1700201285710" \
    -H "x-ncp-apigw-signature-v2:GOWtfeX5Su8r8uvCyHfgb9RGCu0CwQP//eexqzhZTc4=" \
    "https://ncloudmcc.apigw.ntruss.com/ncloudmcc/v1/companies/{CompanyID}/depts/dept019" \
    -d "{\"name\": \"sales\", \"sortOrd\":0}"
    

    Common errors

    Media Connect Center API errors provide the details through error messages within the HTTP status codes and body responses.

    HTTP status code

    HTTP status codeResponse messageDescription
    200OKSucceeded; when there is response data
    201CreateCreation succeeded; when there is no response data
    204No ContentSucceeded; when there is no response data
    400Bad RequestWhen there is an incorrect request
    401UnauthorizedAuthentication failed
    403ForbiddenUnauthorized
    404Not FoundWhen there is an incorrect URL or the target resource not found
    500Internal Server ErrorOther errors not defined

    Error message format

    {
      "error": {
        "errorCode": "300",
        "message": "Not Found Exception"
      }
    }
    

    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.