Skip to main content
POST
/
v1
/
portrait-style-packs
cURL
curl --request POST \
  --url https://api.peelapi.com/v1/portrait-style-packs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'name=<string>' \
  --form 'description=<string>'
{
  "data": {
    "style_pack_id": 123
  },
  "errors": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
name
string
required
description
string
required

Response

Created

data
object
required
errors
unknown