Last updated 1 month ago
Was this helpful?
Create an attachment
/attachments
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" }