Skip to main content

Introduction

The Pique API provides programmatic access to create and manage judges, and submit content for evaluation.

Base URLs

API Key Authentication

Include your API key in the X-API-Key header:

Available Endpoints

Judges

Evaluations

Response Format

All API responses are returned in JSON format with appropriate HTTP status codes:
  • 2xx - Success
  • 4xx - Client errors (invalid requests, authentication issues)
  • 5xx - Server errors

Success Response Example

Error Response Example

Webhooks

Many asynchronous operations support webhook notifications. Configure your webhook URL in your organization settings to receive real-time updates about:
  • Evaluation completion
  • Processing errors
  • Status changes
Webhook requests include an X-Webhook-Signature header for request validation using HMAC-SHA256 with your organization’s webhook secret.