API Products Message Responder

POST /v1/message-responder
8 tokens / req pkg 1.0.0
typescript bash
const res = await kequtech("/v1/message-responder", {
  parameters: {
    message: "Hey! I found your service through a friend. Do you have room for a small project this month? I need help polishing our homepage and tightening up the copy.",
    subject: "Project availability",
    context: "We are a small creative studio.",
    guidance: "Prefer to show interest in small inquiries, ask quick clarifying questions. Tone: friendly, helpful, and direct.",
  },
});

About

Generates three short reply drafts—positive, neutral, and negative—based on a single message and your context. Each draft adheres to the configured voice, and the endpoint also recommends one of the three options with a brief justification.

Optional guidance can modify tone or add constraints. Output is meant to be directly usable or easy to edit.

API reference

Parameters

message (required)
string

Provide the original message in plain text (10-3000 characters).

subject
string

Provide the original subject in plain text (max 120 characters).

context
string

Describe yourself or your company (max 400 characters).

guidance
string

Describe what you want (max 400 characters).

Response

positive (required)
string

Warm, welcoming reply that advances the conversation.

neutral (required)
string

Polite, factual reply that neither commits nor declines.

negative (required)
string

Courteous decline or redirect when not a fit.

recommend (required)
string

Best-fit of the three.

reason (required)
string

One-line rationale for the recommended choice.