API Reference

Welcome to the CourtCorrect API! CourtCorrect is used by complaints, operations and quality teams searching for productivity and compliance improvements with the help of AI.

This documentation will guide you through the process of obtaining your API key and setting up your API headers for authentication.

Getting Started

To start using the CourtCorrect API, follow these steps:

Step 1: Signup and Obtain Your API Key

  1. Signup: If you haven't already, sign up at courtcorrect.com.
  2. API Key: After logging in, navigate to Settings and select API Key. Here, you will find your unique API key.

Step 2: Setup API Authentication Headers

To authenticate your API requests, you need to include two headers in each request:

  • CC-API-KEY-SECRET: This is your API key obtained from the homepage.
  • CC-API-KEY-USERNAME: This is the email address associated with your CourtCorrect account.

Example:

GET /your-endpoint
Host: api.courtcorrect.com
CC-API-KEY-SECRET: your_api_key_here
CC-API-KEY-USERNAME: your_email_here

Replace your_api_key_here with the API key you obtained from the settings page and your_email_here with the email address of your associated account.

Additional Information

For detailed information about available endpoints, request parameters, and responses, please refer to the specific sections of this documentation.

If you encounter any issues or have any questions, feel free to reach out to our support team.

Happy case resolution!