/api/v1/data/[tablename]
where you need to add a name of the table in aito.ai to which you are uploading data.Content-Type
with value application/json
and the second is x-api-key
with value being the read/write key that you find in aito.ai console._similarity
as the endpoint.Content-Type
with a value application-json
.x-api-key
and the value is the API key that you can fetch from the aito.ai Console."limit": 1
in your query body. This way you'll get only the top prediction for each row.