Inspeq AI
  • Introduction
  • Registration Process
  • Quickstart
  • Metrics
  • Benchmarking Results
  • Response Structure Details
  • Default Config
  • Root Cause Analysis (RCA)
  • On-Premise Deployment Overview
  • On-Premise AWS Deployment Guide
  • API Overview
  • Authentication
  • Endpoints
Powered by GitBook
On this page
  • Base URL
  • Authentication
  • Response Format

API Overview

PreviousOn-Premise AWS Deployment GuideNextAuthentication

Last updated 3 months ago

Inspeq AI provides a RESTful API that allows you to evaluate LLM outputs using our comprehensive suite of metrics. This API provides the same functionality as our SDK but can be accessed directly via HTTP requests.

Base URL

https://prod-api.inspeq.ai/api/v2

Authentication

All API requests require authentication using your project ID and secret key. These credentials can be obtained from the Inspeq AI platform after registration.

Response Format

All responses are returned in JSON format and include:

  • HTTP status code

  • Message describing the operation result

  • Results array containing metric evaluations

  • User ID and remaining credits information

For detailed response structure, see our .

Response Structure Documentation