Skip to main content
POST
/
calls
/
ai
Create AI Calls
curl --request POST \
  --url https://api.sternrockcapital.com/calls/ai \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mint-docs.sternrockcapital.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

List of lead UUIDs

ids
string[]

Response

calls queued successfully