Reseter Space | GenAI API Docs
    Reseter Space | GenAI API Docs
    • Reseter Space developer platform
    • Text Generation
      POST
    • Upload File To Context To Generate Response With File Context
      POST
    • Generate Text With Search Tool
      POST
    • Image Generation
      POST
    • Create Multilingual Voices With TTSv1
      POST
    • Create Limited Language Voice with TTSv2
      POST

    Reseter Space developer platform

    GenAI is a unified API service developed and maintained by Reseter Space that provides free AI-powered text, image, and audio generation capabilities. Our platform offers developers seamless access to cutting-edge generative AI technologies through simple API endpoints, enabling creative applications without the complexity of managing underlying AI models.

    Developer quickstart
    Make your first API request in minutes. Learn the basics of the Reseter Space platform.
    Clock icon 5 min
    curl
    
    curl -X POST https://genai.reseter.space/api/v2/ai-gen \
    -H "Content-Type: application/json" \
    -d '{
        "prompt": "Hello, how are you?",
        "model": "null-pro"
    }'
    
    Browse text generation models
    Database icon MFC Base
    Model code: null-base
    Fast & efficient
    Robot icon MFC Plus
    Model code: null-plus
    Balanced performance
    Brain icon MFC Pro
    Model code: null-pro
    Advanced reasoning

    Browse image generation models
    Image icon MFC XL
    Model code: mfc-xl
    High quality image generation
    Lightning icon MFC Lightning
    Model code: mfc-lightning
    Ultra fast image generation
    Landscape icon MFC Flux
    Model code: mfc-flux
    Creative artistic generation

    Browse text-to-speech models
    Microphone icon TTS v1
    Supports all languages, higher error rate
    Audio wave icon TTS v2
    Vietnamese & English only, more stable

    Start building
    Message icon
    Text generation
    Use our API to generate text with MFC models
    Gallery icon
    Image generation
    Create images with MFC XL, Lightning and Flux models
    Microphone icon
    Text-to-speech
    Convert text to natural sounding speech
    Modified at 2025-05-09 19:46:12
    Next
    Text Generation
    Built with