cURL
curl --request POST \ --url https://app.codealive.ai/api/search/artifacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "identifiers": [ "<string>" ] } '
{ "artifacts": [ { "identifier": "<string>", "content": "<string>", "contentByteSize": 123, "startLine": 123 } ] }
API Key authentication using Bearer token. Example: "Authorization: Bearer {apiKey}"
The artifact content request
OK
Show child attributes
Was this page helpful?