Skip to main content
GET
/
api
/
nucleus
/
suggestions
Get AI-generated prompt suggestions
curl --request GET \
  --url https://app.auditynow.com/api/nucleus/suggestions \
  --header 'Authorization: Bearer <token>'
{
  "suggestions": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt

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

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Query Parameters

projectId
string<uuid>

Response

Suggestions

suggestions
string[]
required
Maximum array length: 3