Embedding API built for AI agents. No API keys, no accounts. Send payment, get vectors. x402 micropayments on Solana.
Upload chunked documents or raw text. Select your tier and target database format. Get production-ready vectors.
No subscriptions. Pay only for what you use with USDC on Solana. Start free, scale as needed.
For testing and development
For autonomous AI agents
OpenAI quality embeddings
Best quality + enrichment
Export vectors in the exact format your database expects. Zero conversion needed.
Each tier uses a specific model optimized for that price point. No configuration needed.
Fast local model. Perfect for cost-effective embeddings with good quality.
OpenAI's efficient embedding model. Great balance of cost and quality.
OpenAI's most capable embedding model. Best for complex retrieval.
No API keys. No accounts. No OAuth. Just pay and use. Programmatic access designed for autonomous systems.
No API keys to manage. No developer accounts. Discover pricing at GET / and start embedding.
USDC on Solana. Sub-second finality. Include TX signature in X-PAYMENT header.
JSON in, JSON out. Consistent error codes. Built for programmatic access by autonomous agents.
# 1. Discover pricing
GET https://api.vectorize.cc/
# 2. Estimate cost
POST https://api.vectorize.cc/estimate
{"chunks": ["text1", "text2"], "tier": "pro"}
# 3. Pay (Solana USDC transfer to payTo address)
# 4. Vectorize with payment proof
POST https://api.vectorize.cc/vectorize/pro
X-PAYMENT: <solana-tx-signature>
{"chunks": ["text1", "text2"], "output_format": "pinecone"}