cURL
curl --request POST \ --url https://api.simplex.sh/click_and_upload \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form session_id=3c90c3cc-0d44-4b50-8888-8dd25736052a \ --form 'element_description=<string>' \ --form file=@example-file
{ "succeeded": true }
Clicks an element and uploads a file to it.
Simplex API Key
Click and upload response
The response is of type object.
object
Was this page helpful?