post http://localhost:8000/api/v1/assets/simple
This endpoint allows you to upload an asset without having to attach it to a model. This is good for one time uploads where you just want to get back a URL
Log in to see full request history
Response
This endpoint allows you to upload an asset without having to attach it to a model. This is good for one time uploads where you just want to get back a URL
xxxxxxxxxx
curl --request POST \
--url http://localhost:8000/api/v1/assets/simple \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here! Or choose an example: