cURL
curl --request POST \ --url https://uploads.pinata.cloud/v3/vectorize/groups/{group_id}/query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text": "<string>" }'
{ "data": { "count": 123, "matches": [ { "file_id": "<string>", "cid": "<string>", "score": 123 } ] } }
org:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the target group
Vectorize File Response
The response is of type object.
object