# Zaply ## Docs - [Overview](https://docs.zaply.dev/doc-685157.md): ## API Docs - Send Messages [Send Message via WhatsApp Instance](https://docs.zaply.dev/api-10472625.md): This API allows sending a message through a specific WhatsApp instance. The request requires the instance ID, authorization token, and the message content, along with the recipient's phone number. - Send Messages [Send Media Message via WhatsApp Instance](https://docs.zaply.dev/api-10472626.md): This API allows sending a media message (e.g., images, videos, documents) through a specific WhatsApp instance. You can use either a `base64` encoded media string or a `media_url` to specify the media to be sent. Only one of these two fields is required, not both. - Send Messages [Send Location Message via WhatsApp Instance](https://docs.zaply.dev/api-10472627.md): This API allows sending a location message through a specific WhatsApp instance. The location can be sent to a recipient’s phone number along with a name, address, and an optional URL to provide additional context. - Send Messages [Send Contact Message via WhatsApp Instance](https://docs.zaply.dev/api-10472628.md): This API allows sending a contact card through a specific WhatsApp instance. It enables sharing detailed contact information, such as name, phone number, organization, and email, with the recipient. - Instance Settings [Set Settings](https://docs.zaply.dev/api-10472629.md): This API endpoint allows you to configure a webhook and extra params for a specified WhatsApp instance. By setting a webhook, you can receive real-time updates and notifications from WhatsApp along with custom params that are configured for instance. - Instance Settings [Get Settings](https://docs.zaply.dev/api-10472630.md): This API endpoint allows you to retrieve the current webhook and custom params settings for a specified WhatsApp instance. This is useful for checking the configured webhook URL and ensuring that it is set up correctly. - Connection [Get QR Code for WhatsApp Connection](https://docs.zaply.dev/api-10472624.md): This API retrieves the QR code required to link a WhatsApp account to a specific instance. The QR code is used to authenticate and establish a connection between your WhatsApp account and Zaply's messaging system. The API allows the QR code to be fetched either as a base64 string or as a direct image. - Manage Instance [Create Instance](https://docs.zaply.dev/api-11194927.md): This endpoint allows you to create new instance. - Manage Instance [Get Instance](https://docs.zaply.dev/api-11195171.md): Get Instance Details - Manage Instance [Delete Instance](https://docs.zaply.dev/api-11195228.md): Delete Instance