Endpoints
Create a response
Refine an AI response to align with the selected persona’s tone and style.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Content to refine using OpenGiant persona settings.
The AI provider (e.g., openai, anthropic, cohere).
API key for the selected AI provider.
ID of the persona to use for refining.
The raw AI-generated content to refine.
Response
200
application/json
Refined response.
The refined AI response.