A Client ID for your org.
Params
Body
Closeness score. Either -1
, 0
, or 1
Response
Id of the app for the Tuning
The score label. Either -1
, 0
, or 1
curl --location --request POST 'https://api.getmetal.io/v1/apps/{appId}/tunings' \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>' \
--data-raw '{
"idA": "embedding-1",
"idB": "embedding-2",
"label": -1
}'
{
"data": {
"id": "1",
"app": "app-123",
"idA": "embedding-1",
"idB": "embedding-2",
"label": -1
}
}