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 }
Name of the list to create
List information
Description of the list's purpose
List creation response
The ID of the request
Success message
Whether the operation was successful