Home > For Developers > File Upload API

File Upload API

Use this API to upload a file or image to Pulpstream. The value that is returned can then be referenced in a File List or Image List field.

 

Details

Method: POST

URLhttps://us.pulpstream.com/vfr/api/files

Headers:

tenantId: {tenantId}

apiKey: {apiKey}

Content Type: multipart/form-data. 

 

PayLoad:

Send the file content as multi-part form data.

Response:

{

    "message""",

    "responseBody""5ff0569da3fb4a309a2ca38eb9073222_Client.csv" // internal id of uploaded file

}


The returned file ID can then be used to reference the upload file in a Smart Object Data Import , User Import , Group Import ,  Stream Data , File Attachments, or Image Attachments field.