Skip to main content

Getting Started

Get set up with doccape in a few minutes: create an account, verify your email, then generate an API key for the REST API.

1. Create an account

  1. Open the registration page.
  2. Enter your first name, last name, email address, and organization name.
  3. Accept the required terms and submit the form.

After registration, doccape sends a confirmation email. Click the link in that email to verify your address before signing in.

Already have an account? Go straight to Sign in.

2. Sign in

  1. Open app.doccape.de.
  2. Sign in with the email and password you registered with.

You land in your organization workspace, where you can manage projects and open the document editor.

3. Create an API key

Create a key and learn about scopes on the API Keys page.

4. Make a first request

curl 'https://app.doccape.de/api/external/v1/text' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"text": "test mit Herr Müller aus Berlin",
"textLabels": ["PER", "STR", "MAIL", "TEL"]
}'

Next steps

Questions? Contact doccape@scitlab.de.