> ## Documentation Index
> Fetch the complete documentation index at: https://embedchain-user-dyadav-remove-pipeline.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Check status

> Endpoint to check the status of the API

<RequestExample>
  ```bash Request
    curl --request GET \
      --url http://localhost:8080/ping
  ```
</RequestExample>

<ResponseExample>
  ```json Response
  { "ping": "pong" }
  ```
</ResponseExample>
