logo
logo

AI Assistant

How can I help you today?

EndpointsCreate Users
Endpoints

POST /users

Create user

curl -X POST "https://api.paperguide.com/users" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "Jane Doe",
  "email": "jane.doe@example.com"
}'
{}
POST
/users
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Responses