Light APIv1.0.0

API / Reference / Attachments

Generate attachment upload URL

POST https://api.light.inc/v1/attachments/upload-url

Generates a secure upload URL for attachment files

Authorization

Send one of these on every request. See Authentication for how to get credentials.

  • API key

    Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

  • Bearer token

Request body

application/json;charset=UTF-8

  • resourceId string · uuid

  • fileName string

  • contentType string

Response

  • uploadUrl string · url

  • key string

  • metadata object