Skip to main content
GET
/
result
/
{envelope_id}
Get Results
curl --request GET \
  --url https://hub.inklink.com/api/v1/result/{envelope_id} \
  --header 'x-api-key: <x-api-key>'
{
  "data": [
    {
      "id": "iq_res_DQ3ZbhTgJYwAqDxtw3MvKn",
      "inquiry_session_id": "iq_sess_AVoa3FaXV5oIPSwxHym3Zg",
      "name": "User is aware of Dugong, a marine mammal",
      "description": "Assertion that the user is aware of Dugong and recognizes it as a marine mammal",
      "acceptance_category": "high",
      "acceptance_reason": "The assertion is supported by a Wikipedia article (Medium Acceptance tier), which meets the high acceptance criteria when combined with the explicit animal_classification claim stating \"marine mammal\". The URL https://en.wikipedia.org/wiki/Dugong is specific, relevant, and authoritative for this type of biological/taxonomic information. All critical assertion information is present and consistent across multiple claims.",
      "confidence_category": "high",
      "confidence_reason": "Strong, clear, and unambiguous evidence directly supporting the assertion. The Wikipedia article (official, system-generated content) explicitly identifies Dugong as a marine mammal. Multiple corroborating claims from the same authoritative source provide comprehensive taxonomic and biological information confirming the classification. The animal_classification property explicitly states \"marine mammal\" with proper source attribution.",
      "supporting_claims": [
        {
          "value": "marine mammal",
          "property": "animal_classification",
          "source_url": "https://en.wikipedia.org/wiki/Dugong"
        },
        {
          "value": "Dugong",
          "property": "page_title",
          "source_url": "https://en.wikipedia.org/wiki/Dugong"
        },
        {
          "value": "Dugong dugon",
          "property": "scientific_name",
          "source_url": "https://en.wikipedia.org/wiki/Dugong"
        },
        {
          "value": "Sirenia",
          "property": "order",
          "source_url": "https://en.wikipedia.org/wiki/Dugong"
        },
        {
          "value": "Vulnerable",
          "property": "conservation_status",
          "source_url": "https://en.wikipedia.org/wiki/Dugong"
        }
      ],
      "error": null,
      "success": true,
      "hash": null,
      "transaction_address": null,
      "created_by": "kw7E7dIO9HsLS3nc7KgkhUjLBLtM8VNV",
      "created_at": "2025-11-06T23:03:19.682Z",
      "updated_at": "2025-11-06T23:03:19.656Z",
      "deleted_at": null,
      "inquiry_session": {
        "id": "iq_sess_AVoa3FaXV5oIPSwxHym3Zg",
        "inquiry_id": "iq_nbUrsTYidyOmKYUwSkypL3",
        "created_by": "kw7E7dIO9HsLS3nc7KgkhUjLBLtM8VNV",
        "created_at": "2025-11-06T23:02:34.021Z",
        "updated_at": "2025-11-06T23:02:33.995Z",
        "deleted_at": null
      }
    }
  ]
}

Headers

x-api-key
string
required
Example:

"secret_xxx"

Path Parameters

envelope_id
string
required
Example:

"iq_xxx"

Response

200 - application/json

Results of the Trust Envelope™ in the data field. If the user went through the process multiple times because of failed attempts, there will be multiple results for each session.

data
object[]