김인턴
APIReferenceArtifact

artifact_review

Review rendered artifact screenshots against a concrete intent and rubric, returning typed visual issues and suggested fixes. `read` · v2

POST
/tools/artifact_review/invoke

Authorization

memberToken
AuthorizationBearer <token>

Tokens

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

text/plain

text/plain

text/plain

text/plain

curl -X POST "https://example.com/tools/artifact_review/invoke" \  -H "Content-Type: application/json" \  -d '{    "input": {      "artifactKind": "site",      "evidence": [        {          "label": "string",          "mimeType": "image/png",          "path": "string",          "role": "string"        }      ],      "intent": "string",      "rubric": "string"    }  }'
{  "toolName": "string",  "status": "string",  "content": "string",  "isError": true,  "message": "string",  "errorCode": "string",  "retryable": true,  "result": null}