-
Notifications
You must be signed in to change notification settings - Fork 0
API Model
Marvin edited this page Nov 21, 2016
·
2 revisions
- In order to embed our captcha service it is required to embed a specific tag in a form element and to include a script tag provided by us
/captcha/request//captcha/validate//captcha/renew/
- GET REQUEST
- (eventuell captcha type requesten)
- RESPONSE
- captcha data to be recognized + id of captcha session
- markup
- css
- POST REQUEST
- user input
- id of captcha session
- RESPONSE
- Boolean
- POST REQUEST
- id of captcha session
- RESPONSE
- new captcha data
- Endpoint for inserting new, yet unlabeled labeled data?