For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DiscordGet API Key
  • Getting Started
    • Overview
    • Quickstart
    • Errors
    • Pricing
  • Chat
    • Overview
    • Chat with Image, Video, and Audio
    • Function Calling
    • Models
  • Vision
    • Overview
    • Rate Limits
    • Pricing
    • MCP Server
    • Video Management
    • Video Group Management
    • Video Search
    • Video QA
    • Clip Generation
    • Metadata Tagging
    • Image Management
    • Image Search
  • Research
    • Overview
    • Streaming
    • Reasoning Steps
    • Web Search
    • Structured Output
    • Parallel Thinking
    • Best Practices
    • Errors
    • Examples
  • Speech
    • Overview
    • Audio Transcription
    • Speech Translation
    • Speech-to-Speech Translation
  • Resources
    • FAQs
    • Changelog
    • System Status
LogoLogo
DiscordGet API Key
On this page
  • Products
  • Support
Getting Started

Reka API Documentation

Was this page helpful?

Quickstart

Next
Built with

Multimodal AI at your fingertips. Make your first API call in minutes.

First API call!
$curl https://api.reka.ai/v1/chat/completions \
> -H "Content-Type: application/json" \
> -H "X-Api-Key: $REKA_API_KEY" \
> -d '{
> "model": "reka-flash",
> "messages": [{
> "role": "user",
> "content": [
> {"type": "image_url", "image_url": "https://v0.docs.reka.ai/_images/000000245576.jpg"},
> {"type": "text", "text": "What do you like about this image?"}
> ]
> }]
> }'
Get started

Products

Reka Chat

Fast, multimodal AI chat for answering questions.

Reka Vision

Advanced capabilities for understanding videos.

Reka Clip

Transform long videos into engaging short clips with AI.

Reka Speech

Transcribe, translate, and generate audio output.

Support

Discord

Real-time chat & support.

System Status

Check the status of Reka services.