POSThttps://api.buildwithfern.com/snippets/load?page=1
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X POST "https://api.buildwithfern.com/snippets/load?page=1" \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "orgId": "vellum",
> "apiId": "vellum-ai",
> "sdks": [
> {
> "type": "python",
> "package": "vellum-ai"
> }
> ]
>}'
Response