cURL
curl --request GET \ --url https://api.example.com/codes/{version_id}/similarity \ --header 'Authorization: Bearer <token>'
{ "results": [ { "score": 123, "version": "<string>" } ] }
for a given code version, get the most similar ones within a project. Useful for associating code with parents
API key in Bearer token format
Successful Response
Show child attributes