Fastapi/docs/api-reference.md

318 B

API Reference

Endpoints

GET /

Returns a simple greeting message.

Response

{
  "message": "Hello, Docker!"
}

Request and Response Formats

All API responses are in JSON format.

Error Handling

The API uses standard HTTP status codes to indicate the success or failure of requests.