Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Prorata API Service Root API
version: 1.0.0
description: API for chat, threads, questions, and publisher management
servers:
- url: /v1
description: API v1
tags:
- name: Root
paths:
/:
get:
tags:
- Root
summary: Get service information
description: '**Public Endpoint**: This endpoint is publicly accessible and does not require authentication.
Returns basic service status.'
responses:
'200':
description: Basic service status
content:
application/json:
schema:
type: object
properties:
status:
type: string
enum:
- ok
example: ok
operationId: getRoot
x-operation-id-source: derived
components:
securitySchemes:
apiKeyAuth:
type: apiKey
in: header
name: Authorization
description: Add your API key with the Bearer prefix (e.g., "Bearer YOUR-API-KEY")