POST
/v1/Anthropic/analyze-designCreate Anthropic analyze design
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idRequest body application/json
fileNamestringnullablemediaTypestringnullablebase64DatastringnullabledescriptionstringnullablepromptstringnullableResponses
No response body.
curl --request POST \
--url 'https://api.4comply.io/v1/Anthropic/analyze-design' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"image": {
"fileName": "Example name",
"mediaType": "application/json",
"base64Data": "ZXhhbXBsZQ==",
"description": "Example text"
},
"prompt": "Example text"
}'