Skip to main content
POST
/
api
/
personal
/
dump
/
bulk
Bulk Create Dump Endpoint
curl --request POST \
  --url https://api.example.com/api/personal/dump/bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "entries": [
    {
      "text": "<string>"
    }
  ]
}
'
{
  "entries": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "text": "<string>",
      "updated_at": "<string>"
    }
  ],
  "total": 123
}

Body

application/json
entries
CreateDumpEntryRequest · object[]
required

Response

Successful Response

entries
DumpEntryResponse · object[]
required
total
integer
required