api/check_batch_password
Returns a json notice response, if the batch password is correct.
URL:
Formats:
- json
HTTP Method:
- POST
Parameters:
password - password to test, could be clear text or md5 hash.
Response:
1 {'type':'notice','result':'Correct password.','url':'http://victori.uploadbooth.com/batch/'}
- or
1 {'type':'error','result':'Password is incorrect.'}