Skip to main content
GET
/
v1
/
prompt-volumes
/
citation-prompts
Get Citation Prompts
curl --request GET \
  --url https://api.tryprofound.com/v1/prompt-volumes/citation-prompts \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

input_domain
string
required

Domain to look up (e.g. ramp.com)

Required string length: 3 - 253

Response

Successful Response