{"uid":"cap_BfOiso21_qoYB2wknnW3v","slug":"netintel-text-embeddings-8f434067","name":"NetIntel Text Embeddings","description":"OpenAI-compatible text embeddings API (alias of /v1/embeddings for api/v1-style base URLs) — input as a string or batch of up to 128 strings, model text-embedding-3-small (default) or text-embedding-3-large. Flat $0.005 per call in USDC via x402, no OpenAI account or API key.","url":"https://netintel.dev/api/v1/embeddings","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","required":["input"],"properties":{"input":{"type":"string","description":"Text to embed. Also accepts an array of up to 128 strings (64000 chars total)."},"model":{"type":"string","description":"text-embedding-3-small (default) or text-embedding-3-large"},"dimensions":{"type":"number","description":"Optional output vector size (truncation)."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"data":{"type":"array","description":"[{object:'embedding', index, embedding:[…]}]"},"model":{"type":"string"},"usage":{"type":"object"},"object":{"type":"string"}}}}}}},"responseSchema":{"type":"json","example":{"data":[{"index":0,"object":"embedding","embedding":[0.0102,-0.0083,0.0264]}],"model":"text-embedding-3-small","usage":{"total_tokens":4,"prompt_tokens":4},"object":"list"}},"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_PXJg9C5XGmQMLzA-CnBRJ","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":"Generate vector embeddings for text using OpenAI's text-embedding-3-small model, paid per-call via x402 micropayments with no API key required","exampleAgentPrompt":"Turn this text into an embedding vector for me: 'The quick brown fox jumps over the lazy dog' — I need the float array I can store in my vector database.","exampleUseCases":null,"resultDescription":"Returns a JSON object containing a list of embedding objects, each with an index, object type, and a float array representing the vector embedding; also includes the model name used (text-embedding-3-small) and token usage stats (prompt_tokens, total_tokens).","failureModes":["Invalid or empty input text returns a validation error with no charge","Upstream OpenAI service failure returns a server error with no charge billed","Insufficient USDC balance or x402 payment failure blocks the call","Malformed request body returns an input-validation rejection at no cost","Rate limiting or quota exhaustion on the upstream model provider"],"whenToPreferThis":"Choose this endpoint when you need text embeddings on a pay-per-call basis with no API key or account signup — ideal for agents making sporadic embedding calls, prototyping semantic search pipelines, or operating in environments where managing OpenAI credentials is impractical. Particularly useful when you want guaranteed no-charge on failures, making it safe for automated retry logic.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:48:55.152Z","isFirstParty":false}