Ando Docs

Hello world bootstrap endpoint

Hello world bootstrap endpoint

Endpoint

  • Method: GET
  • Path: /hello_world
  • Operation ID: agent_hello_world_get

cURL

curl https://api.andoai.xyz/hello_world

Request Body Schema

{}

Responses

{
  "200": {
    "content": {
      "text/plain": {
        "schema": {
          "type": "string"
        }
      }
    },
    "description": "Successful Response"
  }
}

On this page