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 } }
This endpoint creates an index for an app.
-1
0
1
Show properties