Appearance
Environments
The API is available in the following environments:
| Environment | Base URL | Purpose |
|---|---|---|
| Production | https://api.interplai.app | Live traffic |
Using the correct base URL
Prefix all API paths with the base URL:
https://api.interplai.app/v1/collectionsAPI versioning
The API uses URL-based versioning. The current version is v1. All endpoints are prefixed with /v1/.
GET /v1/collections
GET /v1/collections/:collectionIdWhen a new version is released, the previous version will continue to work for a deprecation period.

