{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Embeddings API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Embeddings", "type": "folder" }, "items": [ { "info": { "name": "Create Embeddings", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/openai/v1/embeddings" }, "docs": "Create Embeddings" } ] } ], "bundled": true }