REST / v1
API reference.
Typed OpenAPI 3.1 specification. Server-sent events for streaming. HMAC-signed webhooks.
BASEhttps://api.alternus.ai/v1
METHODPATHDESCRIPTION
POST
/v1/agentsCreate an agent with a model and tool set.POST
/v1/agents/:id/runExecute a goal. Returns a streaming event log.GET
/v1/agents/:id/memoryRead the agent's checkpointed memory.POST
/v1/filesUpload a file to the shared knowledge layer.GET
/v1/files/searchSemantic search across indexed files.POST
/v1/voice/transcribeTranscribe an audio stream in real time.POST
/v1/code/completeStreaming completions with project context.GET
/v1/usagePer-workspace usage and billing stats.