POST
/
list
/
{list_name}
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": "<string>",
  "message": "<string>",
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

list_name
string
required

Name of the list to create

Body

application/json
List information

The body is of type object.

Response

200
application/json
List creation response

The response is of type object.