Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.shieldbase.ai/external/models \ --header 'X-API-Key: <api-key>' \ --header 'X-Client-ID: <api-key>' \ --header 'X-Secret: <api-key>'
{ "success": true, "data": [ { "id": "<string>", "name": "<string>", "image": "<string>", "group_name": "<string>", "is_available": true } ] }
Successful response
Show child attributes