Skip to main content
GET
/
api
/
users
/
me
/
styles
Get My Own Styles(내 소유 스타일들 조회)
curl --request GET \
  --url http://localhost:4010/api/users/me/styles \
  --header 'X-Api-Key: <api-key>'
[
  {
    "styleId": 1,
    "createdAt": "2023-11-07T05:31:56Z",
    "super": "STL",
    "main": "DIG",
    "apiEnabled": false,
    "creditCost": 1,
    "mainText": "<string>",
    "thumbLink": "/api/images/30444/binary"
  }
]

Authorizations

X-Api-Key
string
header
required

Response

성공

styleId
number
required

아이디

Example:

1

createdAt
string<date-time>
required

생성 일시

super
string
required

대분류코드

Example:

"STL"

main
string
required

중분류코드

Example:

"DIG"

apiEnabled
boolean
required

api 사용가능여부

Example:

false

creditCost
number
required

생성 크레딧 차감량

Example:

1

mainText
string
required

번역된 텍스트

썸네일 링크

Example:

"/api/images/30444/binary"