REST APIReferenceAnalyst
Request an evidence-backed ViralSpy analyst answer
Authorization
bearerAuth AuthorizationBearer <token>
Use a ViralSpy API key. Never place keys in query strings.
In: header
Header Parameters
Idempotency-Key*string
Length
8 <= length <= 200Request 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" }'{}