Developers
API-first architecture. Create a key in the dashboard, then call any module endpoint from your site, app, or workflow.
Everything you need to integrate NexusKit into your stack.
Interactive API reference with request examples for every endpoint.
Open docsStep-by-step guide to wire a React contact page to NexusKit Contact API.
Read guideFull endpoint documentation with authentication, rate limits, and examples.
View referenceMachine-readable product manifest for AI agents and tooling.
View fileLLM-friendly context file for AI assistants and coding agents.
View fileGet real-time notifications when submissions arrive or events fire.
Learn moreSubmit a contact form entry with a single POST request.
curl -X POST https://api.nexus-kit.com/v1/public/contact/forms/YOUR_FORM_ID/submissions \
-H "Content-Type: application/json" \
-d '{
"locale": "en",
"payload": {
"name": "Jane Doe",
"email": "[email protected]",
"message": "Hello from the API!"
}
}'Create a free account and start shipping in minutes.