OpenSourceAIs
OpenSourceAIs
OpenSourceAIs
  • Open Source AIs
  • AI configuration
    • Preparing your environment
    • Installing a Daemon
    • AI config file
  • Client Tokens
    • Configuration
  • APIs
    • System status
    • Client Apps
      • Authenticate into OSAIS
      • Update notification params
      • Check a request
    • AIs
      • Integration Test
        • ai_ping
      • Txt2Img & Img2Img
        • ai_cnet
        • ai_diffusion
        • ai_vqgan
      • Img2Vid
        • ai_vtoonify
        • ai_sadtalker
      • Image Utilities
        • ai_rembg
        • ai_gfpgan
      • TTS & STT
        • ai_coquitts
  • Sample App
    • NodeJS sample
Powered by GitBook
On this page
  1. APIs

System status

To check on the availability of opensourceAIs.com

Check the operational status of the service

GET https://opensourceais.com/api/v1/public

{
    "data": {
        "status": "running",
        "app": "OpenSourceAIs",
        "host": "https://opensourceais.com/",
        "version": "1.0.0"
    }
}
PreviousConfigurationNextClient Apps

Last updated 8 months ago