{"uid":"cap_PslBx6PH0cszHy1JVzmU0","slug":"qdrant-vector-upsert-via-sovereign-x402-ccfa5401","name":"Qdrant Vector Upsert via Sovereign X402","description":"Upsert points into a Qdrant collection (collection is created automatically on first upsert if it doesn't exist).","url":"https://sovereign-x402-zeta.vercel.app/api/v1/vector/qdrant/upsert","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","properties":{},"additionalProperties":true},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_tHZ-5sa3q8HSxFBAQdvzo","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Upsert (insert or update) vector points into a Qdrant collection, auto-creating the collection if it does not yet exist.","exampleAgentPrompt":"Store these document embeddings into my Qdrant collection called 'knowledge-base' — upsert all the vector points with their associated payloads, and create the collection automatically if it doesn't exist yet.","exampleUseCases":[{"title":"Indexing document embeddings for RAG","prompt":"I've just generated embeddings for my company's internal documentation — can you upsert all these vector points into a Qdrant collection called 'company-docs' so I can run semantic search over them? Create the collection if it doesn't exist."},{"title":"Updating product catalog vectors","prompt":"I need to update the vector embeddings for 50 product descriptions in my Qdrant collection 'product-catalog' — please upsert the new points with their updated payloads so searches return the latest results."},{"title":"Seeding a fresh knowledge base collection","prompt":"I'm building a new AI assistant and need to store the initial set of embeddings for my FAQ content — upsert these vector points into a Qdrant collection named 'faq-vectors' and go ahead and auto-create it since it doesn't exist yet."}],"resultDescription":"Returns a confirmation of the upsert operation from Qdrant, indicating whether the points were successfully inserted or updated in the specified collection, along with any relevant operation status details.","failureModes":["Invalid vector dimensionality mismatching existing collection schema","Malformed point payload causes rejection","Authentication or Qdrant connectivity failure returns 500","Missing required body fields returns validation error","Exceeding payload size limits causes request failure"],"whenToPreferThis":"Choose this endpoint when you need a pay-per-call, hosted way to upsert vectors into Qdrant without managing your own Qdrant instance or API keys, especially in agentic workflows where collection auto-creation on first write is convenient. Prefer the Pinecone sibling endpoint if your project already uses Pinecone instead of Qdrant.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:54:03.281Z","isFirstParty":false}