Skip to content

API Model

Marvin edited this page Nov 21, 2016 · 2 revisions

Setup Requirements

  • 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

    API Endpoints

    1. /captcha/request/
    2. /captcha/validate/
    3. /captcha/renew/

    /captcha/request/

    • GET REQUEST
      • (eventuell captcha type requesten)
    • RESPONSE
      • captcha data to be recognized + id of captcha session
      • markup
      • css

    /captcha/validate/

    • POST REQUEST
      • user input
      • id of captcha session
    • RESPONSE
      • Boolean

    /captcha/renew/

    • POST REQUEST
      • id of captcha session
    • RESPONSE
      • new captcha data

    Open Questions

    • Endpoint for inserting new, yet unlabeled labeled data?

Clone this wiki locally