ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects/{project_id}/annotation/templates \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "name": "<string>", "constraints": { "annotation_type": "<string>" }, "include_explanation": false, "criteria": "<string>" } '
{ "name": "<string>", "include_explanation": true, "constraints": { "annotation_type": "<string>" }, "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "position": 123, "usage_count": 123, "criteria": "<string>" }
1 - 255
Show child attributes
"like_dislike"
1
Successful Response
Number of annotation ratings using the template.
Was this page helpful?