# Chatlevel ## Docs - [create device](https://docs.chatlevel.io/api-reference/devices/create-device.md): Create a new device device - [delete device](https://docs.chatlevel.io/api-reference/devices/delete-device.md): Delete a device by ID - [disconnect device](https://docs.chatlevel.io/api-reference/devices/disconnect-device.md): Disconnect a device from WhatsApp - [list devices](https://docs.chatlevel.io/api-reference/devices/list-devices.md): Retrieve a list of your devices. - [restart device](https://docs.chatlevel.io/api-reference/devices/restart-device.md): Close any open socket (without logout) and start a new session. Optionally provide a phone number to receive a pairing code instead of QR. - [retrieve device](https://docs.chatlevel.io/api-reference/devices/retrieve-device.md): Retrieve a single device by its ID - [update device](https://docs.chatlevel.io/api-reference/devices/update-device.md): Update the device configuration - [Introduction](https://docs.chatlevel.io/api-reference/introduction.md): Understand general concepts, response codes, and authentication strategies of the Chatlevel API. - [send media message](https://docs.chatlevel.io/api-reference/messages/send-media-message.md): Send a media message (image only: PNG, JPEG, GIF, WebP). Must provide either mediaUrl or mediaBase64, but not both. Maximum file size: 10MB. - [send text message](https://docs.chatlevel.io/api-reference/messages/send-text-message.md): Send a text message to a chat - [Highlevel](https://docs.chatlevel.io/integrations/highlevel.md): Use whatsapp from within your Highlevel conversations tab - [n8n](https://docs.chatlevel.io/integrations/n8n.md): Connect WhatsApp to your n8n workflows with Chatlevel - [Typebot](https://docs.chatlevel.io/integrations/typebot.md): Connect WhatsApp to your Typebot chatflows with Chatlevel - [Introduction](https://docs.chatlevel.io/introduction.md): Chatlevel is the whatsapp integration partner you always deserved, we strive for simplicity and straightforwardness on our APIs and integrations. - [Event Types](https://docs.chatlevel.io/webhooks/event-types.md): List of supported event types and their payloads - [Introduction](https://docs.chatlevel.io/webhooks/introduction.md): Use webhooks to notify your application about WhatsApp events ## OpenAPI Specs - [openapi](https://docs.chatlevel.io/openapi.json)