cURL
curl --request GET \ --url https://app.codealive.ai/api/search \ --header 'Authorization: Bearer <token>'
{ "results": [ { "kind": "<string>", "dataSource": { "type": "<string>", "id": "<string>", "name": "<string>" }, "identifier": "<string>", "location": { "path": "<string>", "range": { "start": { "line": 123, "character": 123 }, "end": { "line": 123, "character": 123 } } }, "score": 123, "snippet": "<string>", "content": "<string>" } ] }
API Key authentication using Bearer token. Example: "Authorization: Bearer {apiKey}"
Auto
Fast
FastComplex
Deep
OK
Show child attributes
Was this page helpful?