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