POST

Generate a CLIP embedding vector for an image. Powered by clip-vit-large-patch14 on Replicate

/v1/embed/clip

Powered by OpenAI

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/embed/clip
Content-Type: application/json

{
  "image": "https://tools402.dev/og/og-docs.png"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Generate a CLIP embedding vector for an image. Powered by clip-vit-large-patch14 on Replicate.

AI research lab behind the GPT and Whisper models.

Request schema

Body: JSON · application/json

FieldTypeDescription
imagestringrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/embed/clip \
  -H "Content-Type: application/json" \
  -d '{
  "image": "https://tools402.dev/og/og-docs.png"
}'

402 payment flow omitted — see Integrations for settlement.