Nugen API Docs home pagelight logodark logo
  • Support
  • Get Started
  • Get Started
Get Started
API Reference
  • API Status
  • Nugen Intelligence
  • Models
    • GET
      List Models
    Agents
    • POST
      Create Agent Endpoint
    • GET
      List Agents
    • GET
      Get Agent
    • DEL
      Delete Agent Endpoint
    • PATCH
      Update Agent Endpoint
    • GET
      Get Usage Stats
    • GET
      Get Available Models
    • POST
      Run Agent Endpoint
    Documents
    • GET
      List Documents
    • POST
      Upload Document
    • PUT
      Update Document Categories
    • GET
      Download Document
    • DEL
      Delete Document
    API Keys
    • GET
      List Api Keys
    • POST
      Create Api Key
    • PUT
      Update Api Key
    • POST
      Delete Api Key
    Benchmark
    • POST
      Create Benchmark Task
    • GET
      Get Benchmark Status
    Synthetic Data
    • POST
      Create Synthetic Data
    • GET
      Get Synthetic Data Status
    Alignment Project
    • POST
      Create Alignment Project Task
    • GET
      Get Alignment Project Status
    Inference
    • POST
      Generate Text Embeddings
    • POST
      Generate Vision-Language Chat Completions
    • POST
      Generate Streaming Text Completions
    • POST
      Generate Streaming Chat Completions

    Health Check

    GET
    /
    server-health
    /
    main
    Health Check
    Copy
    curl --request GET \
      --url https://api.nugen.in/server-health/main
    Copy
    {
      "status": "<string>"
    }

    Response

    200 - application/json

    Successful Response

    The response is of type object.

    Was this page helpful?

    github
    Powered by Mintlify
    Health Check
    Copy
    curl --request GET \
      --url https://api.nugen.in/server-health/main
    Copy
    {
      "status": "<string>"
    }
    Assistant
    Responses are generated using AI and may contain mistakes.