Attaching files
Contains API calls which manipulate files attached to form's fields.
API actions
create
Parameters
name
description
type
Examples
curl -X POST 'https://api.eu.navixy.com/v2/task/form/file' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "task_id": 11231, "field_id": "file1", "size": 10}'https://api.eu.navixy.com/v2/task/form/file?hash=a6aa75587e5c59c32d347da438505fc3&task_id=11231&field_id=file1&size=10Response
How to upload file data
Errors
Last updated
Was this helpful?