Skip to main content
POST
/
gallery
/
add-instagram-photos
Add Instagram Photos to Gallery
curl --request POST \
  --url http://localhost:3000/api/gallery/add-instagram-photos \
  --header 'Content-Type: application/json' \
  --data '
{
  "photos": [
    {}
  ]
}
'
{
  "success": true,
  "addedPhotos": 123,
  "photos": [
    {}
  ]
}

Body

application/json
photos
object[]
required

Response

201 - application/json

Instagram photos added successfully

success
boolean
addedPhotos
number
photos
object[]