create contacts on client side

is it possible to create user through /contacts/v1/contact API on client side?

if not, is there another way to do it on client side?

Hello @muhammed
The API endpoint /contacts/v1/contact is only for creating new contacts on HubSpot end.
For your query, can you please explain in detail which platform you are using and what are your requirements and needs.
Thankyou

want to create contact by javascript

Hello @muhammed
If I am not wrong you want to create contact on HubSpot using client side ( javascript code) right?

yes

@muhammed
Its not recommended that we use hubspot contact creation API at client side because this can make your API key or token exposed to outside the system.
You can use any secure language like PHP, python etc. to run your API calls.
Thankyou.