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_worldRequest Body Schema
{}Responses
{
"200": {
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
},
"description": "Successful Response"
}
}