Add a Link/URL file to a Property
Creates a text/uri-list media asset and Property association, or returns the existing live association for the same normalized URL. Requires active Property access, properties:write, and Idempotency-Key. URLs are stored without fetching their contents.
Creates a text/uri-list media asset and Property association, or returns the existing live association for the same normalized URL. Requires active Property access, properties:write, and Idempotency-Key. URLs are stored without fetching their contents.
Organization API key. Format: Bearer sk_live_...
In: header
Path Parameters
Property identifier returned by the Organization API.
Request Body
application/json
JSON request payload for createPropertyMediaLink.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/properties/string/media/links" \ -H "Content-Type: application/json" \ -d '{ "url": "https://drive.google.com/drive/folders/installation-folder", "filename": "Installation Drive Folder: P-19552" }'{ "data": {}, "meta": { "requestId": "string", "version": "v1", "timestamp": "2019-08-24T14:15:22Z", "rateLimit": { "limit": 0, "remaining": 0, "reset": 0 } }}