API Reference

Get attributions for a chat response

Authentication Required: This endpoint requires a valid API key.

Important: This endpoint is part of a sequential flow:

  1. First call /v1/chat to create a chat and get threadId and turnId
  2. Then get /v1/chat/response/{threadId}/{turnId} for the AI's response
  3. Finally use this endpoint to get attributions for that response

Returns a list of attributions and source documents used in the response.

Rate Limiting: This endpoint is subject to rate limiting based on your organization's settings. The response headers will include:

  • X-RateLimit-Limit: Maximum requests allowed in the current time window
  • X-RateLimit-Remaining: Number of requests remaining
  • X-RateLimit-Reset: Unix timestamp when the rate limit resets
Language
Credentials
Header
Click Try It! to start a request and see the response here!