PoliscopePoliscope
APIReferenzFiles

/files/bundle

POST
/files/bundle

Bundle multiple files into a ZIP archive and stream it. Missing files are skipped.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.poliscope.de/v2/files/bundle" \  -H "Content-Type: application/json" \  -d '{    "files": [      {        "id": "string"      }    ]  }'
{
  "error": "BAD_REQUEST",
  "message": "string"
}