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 }
Documentation IndexFetch the complete documentation index at: https://docs.verisoul.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.verisoul.ai/llms.txt
Use this file to discover all available pages before exploring further.
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