Skip to main content

delta mandate Evidence Extractor API (0.1.0)

Download OpenAPI specification:Download

Extracts structured evidence attributes for a proposed solution.

Extract evidence attributes from a proposed solution.

Fetches or resolves the proposed solution and extracts its evidence fields.

Request Body schema: application/json
required
solution
required
string

Identifier of the proposed solution to inspect.

metadata
required
any

Arbitrary JSON metadata agreed between the caller and evidence layer.

Responses

Request samples

Content type
application/json
{
  • "solution": "gid://shopify/ProductVariant/42582963060798",
  • "metadata": {
    }
}

Response samples

Content type
application/json
{
  • "category": "Media > Books > Printed Books",
  • "genre": "Fantasy",
  • "title": "The Lord of the Rings"
}