Skip to main content
POST
/
get-recommendations
cURL
curl --request POST \
  --url https://api.mindshare.so/customer/v1/get-recommendations \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "customerID": 123
}
'
{
  "data": [
    {
      "id": 123,
      "title": "<string>",
      "task": "<string>",
      "data_points": "<string>",
      "why_important": "<string>",
      "platform": "<string>",
      "status": "<string>",
      "date": "2023-12-25",
      "query_group_id": 123,
      "take_action_url": "<string>",
      "references": [
        {
          "source_id": 123,
          "source_url": "<string>"
        }
      ]
    }
  ],
  "version": "<string>",
  "env": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mindshare.so/llms.txt

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

Google AI Overview is not yet supported by this endpoint. At the moment all recommendations are generated based on ChatGPT visibility data only. Support for additional AI platforms may be added in the future.

Authorizations

X-API-Key
string
header
required

Body

application/json

Customer ID

customerID
number
required

The ID of the customer

Response

200 - application/json

List of recommendations

data
object[]
required

List of recommendations

version
string
required

API version

env
string
required

Environment name