curl --location --request POST 'https://api.safetykit.com/v1/decisions' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <api_key>' \ --data-raw '{ "type": "product_review", "content": { "url": "https://www.example.com/products/42" } }'
{ "decision_id": "content_01h2m7qdmdjckc30e1mnq6xqfd", "type": "product_review", "metadata": {} }
This endpoint requests a new decision.