API Reference
API Reference#
The Agent Hub API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses.
Endpoints#
Tutorials#
GET /api/search-index— Returns all indexed content for searchPOST /api/tutorials— Create or publish a tutorialPOST /api/request— Submit a tutorial request
Authentication#
Currently the API does not require authentication. This will be added in a future release.
Rate Limiting#
API endpoints are rate-limited to 100 requests per minute per IP address.
最后更新: 5/15/2024
在 GitHub 上编辑