This method is used for initiating an upload
...
Name | Example | Description |
---|---|---|
method | InitiateUpload | Fixed parameter that identifies the endpoint method. |
accessKey | eb774621-1c2f-467b-b006-a8efa67094a7 | AccesKey for API |
filename | test.jpg | name of the file that is uploaded |
Optional parameters
Name | Example | Description |
---|---|---|
uploadername | fjs.upload | Name of the uploader. Used for workflows |
cUrl data example
Info | ||
---|---|---|
| ||
--data "method=InitiateUpload&filename=458-speciale-thumb.jpg&uploadername=fjs.upload&accesskey=eb774621-1c2f-467b-b006-a8efa67094a7" |
Success Response
Code : 200 OK
Content example
Code Block |
---|
{ "success": true, "total": 0, "error": "", "items": [{ "uploadId": 4, "itemId": 9512, "AssetId": 0 }], "warnings": [] } |
Error Response
Code : 200 OK
Content example
...