Upload Media
How to upload a media
Request
Response
When successful, a HTTP 200 and JSON like this is returned:
{
"status_code": 0,
0 => {
"id": 2
"uuid": "uuid-of-the-media"
"url": "http://example.test/storage/1/image.jpeg"
"size": 695
"file_name": "image.jpeg"
"mime_type": "image/jpeg"
}
}
Last modified 2yr ago