Getting Started
Learn how to integrate the Contact Form API into your application in just a few minutes.
Prerequisites
Before you begin, make sure you have:
- An email address - Used to receive verification keys and form submissions
- Basic knowledge of HTTP/REST APIs - Understanding of POST requests and JSON
- A website or application - Where you want to add the contact form
Step 1: Obtain a Verification Key
Every API request requires a verification key for authentication. To get started, send a POST request to the home endpoint:
Response:
Step 2: Submit Your First Contact Form
Now that you have a verification key, you can submit contact form data:
Success Response:
Step 3: Integrate with Your Website
Now integrate the API into your website using JavaScript:
HTML Form
JavaScript (Fetch API)
Next Steps
Authentication
Learn more about verification keys, domain restrictions, and key management.
Learn MoreAPI Reference
Explore all available parameters, response formats, and advanced features.
View ReferenceCode Examples
Browse examples in JavaScript, Python, jQuery, and more programming languages.
View ExamplesError Handling
Understand error responses and how to handle them gracefully in your application.
Learn More