QuokkaPix image agent unlock for image-standard
QuokkaPix image agent unlock for image-standard. Media stays local on the user's device.
10000 (raw units)
price
17
calls / 30d
10
unique payers
2026-09-17
updated
Provider
quokkapix.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7437a817450BA32d22ebE8D2AC71611666999B8e",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0x7437a817450BA32d22ebE8D2AC71611666999B8e",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0x7437a817450BA32d22ebE8D2AC71611666999B8e",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:480",
"payTo": "0x7437a817450BA32d22ebE8D2AC71611666999B8e",
"asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"currency": "USDC",
"expiresInSeconds": 86400,
"nextStep": "Open https://quokkapix.com/#agent=1, upload the local image files through the browser file input, call the matching QuokkaPix agent runtime setUnlockToken method, then start local browser processing.",
"price": "0.01",
"productId": "image-standard",
"provider": "coinbase-x402",
"scope": "agent-image-standard-run",
"surface": "image",
"tokenType": "quokkapix-agent-unlock+jwt",
"unlockToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"usage": {
"files": 6,
"pdfPages": 0,
"scenario": false
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"currency": {
"type": "string"
},
"expiresAt": {
"type": "number"
},
"expiresInSeconds": {
"type": "number"
},
"issuedAt": {
"type": "number"
},
"price": {
"type": "string"
},
"productId": {
"type": "string"
},
"provider": {
"type": "string"
},
"rail": {
"type": "string"
},
"scope": {
"type": "string"
},
"surface": {
"enum": [
"image",
"video"
],
"type": "string"
},
"tokenType": {
"type": "string"
},
"unlockToken": {
"type": "string"
},
"usage": {
"type": "object"
}
},
"required": [
"unlockToken",
"tokenType",
"provider",
"scope",
"productId",
"surface",
"price",
"currency"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"quokkapix": {
"freeBatchMaxFiles": 5,
"freePdfPages": 20,
"localBrowserProcessing": true,
"maxFiles": 50,
"maxPdfPages": 300,
"mediumPdfPages": 50,
"noMediaUpload": true,
"paidMinFiles": 6,
"price": "0.01",
"productId": "image-standard",
"rail": "coinbase-x402",
"scenario": false,
"scope": "agent-image-standard-run",
"surface": "image"
}
}Use it
curl
curl "https://quokkapix.com/api/agent-unlock/coinbase-x402" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://quokkapix.com/api/agent-unlock/coinbase-x402");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://quokkapix.com/api/agent-unlock/coinbase-x402")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/899.json, and this resource appears in /discovery/resources and /discovery/search.