← Back to Docs

API Endpoints

Complete API reference for youraivoice.ai

Entities

Manage your Answer Page entities

GET/v1/entities

List all entities

POST/v1/entities

Create a new entity

GET/v1/entities/:id

Get a specific entity

PATCH/v1/entities/:id

Update an entity

DELETE/v1/entities/:id

Delete an entity

Content Generation

Generate AI-ready content

POST/v1/entities/:id/generate

Generate content for an entity

GET/v1/entities/:id/content-blocks

Get content blocks for an entity

GET/v1/entities/:id/faqs

Get FAQs for an entity

GET/v1/entities/:id/json-ld

Get JSON-LD schema for an entity

Analytics

Access usage stats and metrics

GET/v1/dashboard/stats

Get dashboard statistics

GET/v1/entities/:id/score

Get AI readiness score for an entity

Need Full Documentation?

Get complete API documentation with examples and SDKs