NapX PMS Docs
POST
/v1/files/upload-url

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/files/upload-url" \  -H "Content-Type: application/json" \  -d '{    "fileName": "signed-lease.pdf",    "fileSize": 204800  }'
Empty