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
- Open the registration page.
- Enter your first name, last name, email address, and organization name.
- 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
- Open app.doccape.de.
- 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
- API Keys — scopes and how to create keys
- Anonymize Text and Anonymize Documents
- API Reference
- Try the document editor in the browser
Questions? Contact doccape@scitlab.de.