Description
# API
Application programming interface
## Reference
[API](https://tech.org.ai/api/API) - tech.org.ai
## Properties
- **index**: 20
## Usage
```typescript
import { $ } from 'sdk.do'
// Query for API
const result = await db.query({
subject: $.API,
})
```