{ "opencollection": "1.0.0", "info": { "name": "Perplexity AI Agent Contextualizedembeddings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Contextualizedembeddings", "type": "folder" }, "items": [ { "info": { "name": "Create Contextualized Embeddings", "type": "http" }, "http": { "method": "POST", "url": "https://api.perplexity.ai/v1/contextualizedembeddings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate contextualized embeddings for document chunks. Chunks from the same document share context awareness, improving retrieval quality for document-based applications." } ] } ], "bundled": true }