Skip to main content
POST
/
flash
/
add
Add Flash Listing
curl --request POST \
  --url http://localhost:3000/api/flash/add \
  --header 'Content-Type: application/json' \
  --data '
{
  "price": "<string>",
  "size": "<string>",
  "styles": [
    "<string>"
  ],
  "sessionDuration": 123,
  "tags": [
    "<string>"
  ]
}
'
{
  "success": true,
  "flash": {}
}

Body

application/json
  • Option 1
  • Option 2
price
string
required

Price of the flash design

size
string
required

Size of the design

styles
string[]
required

Tattoo styles

sessionDuration
number

Expected session duration in minutes

tags
string[]

Response

201 - application/json

Flash listing(s) added successfully

  • Option 1
  • Option 2
success
boolean
flash
object