Skip to main content
POST
/
api
/
personal
/
web-gallery
/
bulk
Bulk Create Web Gallery Endpoint
curl --request POST \
  --url https://api.example.com/api/personal/web-gallery/bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    {
      "title": "<string>",
      "url": "<string>",
      "category": "other",
      "description": "<string>",
      "notes": "<string>",
      "screenshot_url": "<string>"
    }
  ]
}
'
{
  "items": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "title": "<string>",
      "updated_at": "<string>",
      "url": "<string>",
      "category": "<string>",
      "description": "<string>",
      "notes": "<string>",
      "screenshot_url": "<string>"
    }
  ],
  "total": 123
}

Body

application/json
items
CreateWebGalleryRequest · object[]
required

Response

Successful Response

items
WebGalleryResponse · object[]
required
total
integer
required