POST
/
api
/
v1
/
api-users

This endpoint creates a new API user.

HTTP Request

POST https://api.gptlab.cloud/api/v1/api-users

Request Body

The request body should contain an object with the following field:

  • email: String (required) - The email address of the new API user.

Response The response returns a JSON object indicating the success of the operation and details of the newly created API user.