Attachments

Create an attachment

post

/attachments

Authorizations
Body
descriptionstring
filestring · binary
file_urlstring
Responses
curl -L \
  --request POST \
  --url 'https://api.usepylon.com/attachments' \
  --header 'Authorization: Bearer JWT' \
  --header 'Content-Type: multipart/form-data'
{
  "data": {
    "description": "text",
    "id": "text",
    "name": "text",
    "url": "text"
  },
  "request_id": "text"
}

Last updated

Was this helpful?