ViralSpy Docs
REST APIReferenceAnalyst

Request an evidence-backed ViralSpy analyst answer

Open Markdown
POST
/agent/answers

Authorization

bearerAuth
AuthorizationBearer <token>

Use a ViralSpy API key. Never place keys in query strings.

In: header

Header Parameters

Idempotency-Key*string
Length8 <= length <= 200

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

curl -X POST "https://example.com/agent/answers" \  -H "Idempotency-Key: stringst" \  -H "Content-Type: application/json" \  -d '{    "question": "string"  }'
{}