This repository contains the official documentation for the Serika.dev Customer API.
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
- 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
The documentation is hosted on Read the Docs at serika-dev-docs.readthedocs.io.
To build and view the documentation locally:
- Clone this repository
- Install the required dependencies:
pip install -r docs/requirements.txt - Build the documentation with Sphinx:
sphinx-build -b html docs/ docs/_build/html - Open
docs/_build/html/index.htmlin your browser.
If you'd like to contribute to the documentation, please submit a pull request with your changes.
This documentation is provided by Serika.dev. All rights reserved.