After creating an endpoint, you can use it in your application:
Copy the endpoint URL provided after creation.
Use this URL as the action attribute in your HTML form or as the submission URL in your JavaScript code.
To view detailed instructions for your specific endpoint, visit:
Copy
app.router.so/endpoints/{your-endpoint-id}
Replace {your-endpoint-id} with the actual ID of your endpoint.This page includes examples of how to use your endpoint with a basic HTML form, a JavaScript fetch call, and a React form styled with shadcn/ui.