Everstack
Api referenceGateway

Gateway

Gateway API endpoints

Gateway API

MethodEndpointDescription
POST/v1/audio/speechText-to-Speech: Generate audio from text
POST/v1/audio/transcriptionsSpeech-to-Text: Transcribe audio to text
POST/v1/audio/translationsAudio Translation: Translate audio to English text
POST/v1/chat/completions
POST/v1/embeddings
POST/v1/gateway/activation-callbackActivation callback from cloud (called by cloud after successful payment)
POST/v1/gateway/instance/activateAdmin endpoints for Gateway instance management
GET/v1/gateway/instance/status
GET/v1/gateway/models
POST/v1/gateway/subscription-status-callbackSubscription status callback from billing service (called after Stripe webhooks)
GET/v1/gateway/{id}
POST/v1/images/editsEdit an existing image
POST/v1/images/generationsGenerate images from text prompts
POST/v1/images/variationsCreate variations of an image
POST/v1/moderationsClassify content for policy violations
POST/v1/rerankRerank documents by relevance to a query
GET/v1/responsesList responses
POST/v1/responsesCreate a response (agentic loop with auto tool calling)
GET/v1/responses/{responseId}Get a response by ID
DELETE/v1/responses/{responseId}Delete a response
POST/v1/responses/{responseId}/cancelCancel an in-progress response

On this page