Supported Formats
json
Examples
POST /api/v1/test/test_note/attachments
Content-Type: multipart/form-data; boundary=APIPIE_RECORDER_EXAMPLE_BOUNDARY
--APIPIE_RECORDER_EXAMPLE_BOUNDARY
Content-Disposition: form-data; name="file"; filename="blank.png"
Content-Length: 2707
Content-Type: image/png
Content-Transfer-Encoding: binary
... contents of "file" ...
--APIPIE_RECORDER_EXAMPLE_BOUNDARY--
200
{
"fileurl": "http://example.org/attachments/4",
"filelink": "/attachments/4",
"filename": "blank.png",
"is_image": true
}