cURL
curl --request GET \ --url https://api.example.com/v1/apps/{app_name} \ --header 'X-API-KEY: <api-key>'
{ "name": "<string>", "description": "<string>", "functions": [ { "name": "<string>", "description": "<string>" } ] }
Returns an application (name, description, and functions).
Documentation IndexFetch the complete documentation index at: https://aci.dev/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://aci.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Successful Response
Show child attributes