citlyze docs
API

Prompts Resource

Export tracked buyer questions and prompt metadata.

Endpoint:

GET /api/v1/prompts

Filters

FilterMeaning
activetrue or false.
query_idReturn one prompt by ID.

Key fields

  • query_id
  • query_text
  • language
  • intent
  • business_value
  • tier
  • topic
  • product_service
  • ideal_customer_profile
  • buyer_journey_stage
  • prompt_group
  • active

Example

curl "https://app.citlyze.com/api/v1/prompts?active=true" \
  -H "Authorization: Bearer aeo_live_..."

On this page