cURL
curl --request POST \ --url https://api.sandbox.verisoul.ai/list/{list_name} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "list_description": "<string>" }'
{ "request_id": "83310a37-aec5-4aa5-8e1b-edf4916128ae", "message": "List us_users created", "success": true }
Creates a new list with the specified name
Name of the list to create
List information
The body is of type object.
object
List creation response
The response is of type object.