> ## Documentation Index
> Fetch the complete documentation index at: https://docs.avicenna.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Ping API

> Ping your API to check if its online or restart it.

## Path Parameters

*No parameters applicable.*

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET https://YOUR_API_SUBDOMAIN.avicenna.run/api/ping \
    -H 'Content-Type: application/json' \
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
      "success":true,
      "status":200,
      "message":"🏓 Pong!"
      }
  ```
</ResponseExample>
