Logo
fastmemo API Documentation

Add Images To Note

POST https://fastmemo.herokuapp.com/api/v1/notes/60f82097fb3bf314f0fc23cf/images/

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://fastmemo.herokuapp.com/api/v1/notes/60f82097fb3bf314f0fc23cf/images/' -F '{"name"=>"images", "value"=>nil, "datatype"=>"null"}=' -F '{"name"=>"images", "value"=>nil, "datatype"=>"null"}='

ENDPOINTS