graphjs / graphjs-server

Server-side components of GraphJS at https://github.com/phonetworks/graphjs
https://graphjs.com
MIT License
47 stars 25 forks source link

api to upload file #63

Closed sudo-barun closed 5 years ago

sudo-barun commented 5 years ago

closes #62

The success response is in following format:

{
  "success":true,
  "urls": [
    "https:\/\/phonetworks.s3.us-west-2.amazonaws.com\/{instance_uuid}\/{filename}"
  ]
}