Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.3 KB

File metadata and controls

45 lines (30 loc) · 1.3 KB

Serika.dev API Documentation

This repository contains the official documentation for the Serika.dev Customer API.

Overview

The Serika.dev Customer API allows developers to interact with Serika's AI capabilities, including:

  • Text generation using various AI models
  • Image generation from text prompts
  • Access to Serika's character database

Documentation Structure

  • Getting Started - How to get up and running with the API
  • API Reference - Detailed documentation for all API endpoints
  • Guides - In-depth guides on API keys, billing, and more
  • Examples - Code examples in various programming languages

Viewing the Documentation

The documentation is hosted on Read the Docs at serika-dev-docs.readthedocs.io.

Local Development

To build and view the documentation locally:

  1. Clone this repository
  2. Install the required dependencies:
    pip install -r docs/requirements.txt
    
  3. Build the documentation with Sphinx:
    sphinx-build -b html docs/ docs/_build/html
    
  4. Open docs/_build/html/index.html in your browser.

Contributing

If you'd like to contribute to the documentation, please submit a pull request with your changes.

License

This documentation is provided by Serika.dev. All rights reserved.