MMS Image Upload

API for pre-uploading some image files to be used in MMS.

Please prepare the image to be uploaded according to the instructions provided in the Request Body.

The secret key (secret_key) can be obtained by adding a sub-account in [Service Console / Sub Account] and clicking the [Detailed Inquiry] button.

Path variable

code
definition

user_id

user ID

MMS image upload API

POST https://tyrar0qvgf.apigw.ntruss.com/image/v1/mms/{user_id}

Headers

Name
Type
Description

Authorization*

string

userID;secret_key

Content-Type*

string

multipart/form-data;charset=utf-8

Request Body

Name
Type
Description

image*

File

image file to be uploaded

Size Limit: Width 1500 px, Height 1440 px File Format: jpg File Size Limit: Maximum 300 kB (Uploaded images will be deleted after 3 months)

Response Body

You can check the successful acceptance of each API request based on the result code (code field) for each request.

Key
Type
Description

file_name

string

Image file name

image_url

string

Image path url

code

string

Acceptance result code (Refer to API PLEX response codes)

name

string

Acceptance result code name

description

string

Acceptance result code description

Success

Invalid request or error

API PLEX Response Code

code
HTTP status
title
description

C100

200

Success

Success

C400_1

400

Invalid data type

Refer to the description in the response body

C400_2

400

Invalid request parameter

Refer to the description in the response body

C400_3

400

Missing required parameters

Refer to the description in the response body

C404_1

404

Unable to find the data

Refer to the description in the response body

C500_1

500

Internal server error

Refer to the description in the response body

Last updated