Ask Ishtar — pay-per-answer AI dating & relationship coaching for agents
Ask Ishtar — pay-per-answer AI dating & relationship coaching for agents. POST a question, get one candid, chaperoned coaching answer.
100000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-17
updated
Provider
api.ishtar.numetal.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x36de990133D36d7E3DF9a820aA3eDE5a2320De71",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "100000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "2GvLgz2ovzNkrYEzJsZ1kRovXjVQnmm7WRWFd3vFzsma",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "100000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"description": "Ask Ishtar — pay-per-answer AI dating & relationship coaching for agents. POST a question, get one candid, chaperoned coaching answer.",
"info": {
"input": {
"body": {
"message": "How do I write a dating doc that gets good matches?"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"mode": "chat",
"ok": true,
"paid": true,
"reply": "A candid, specific admission beats a résumé — try naming one small true thing you want a partner to know."
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"message": {
"description": "A dating, relationship, or venue question to ask Ishtar.",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"mode": {
"enum": [
"chat",
"coach"
],
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
},
"bodyType": {
"type": "string"
},
"method": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"type",
"method",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"mode": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"paid": {
"type": "boolean"
},
"reply": {
"type": "string"
}
},
"required": [
"ok",
"reply",
"mode",
"paid"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.ishtar.numetal.xyz/api/chat/ask" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.ishtar.numetal.xyz/api/chat/ask");
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://api.ishtar.numetal.xyz/api/chat/ask")
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/12382.json, and this resource appears in /discovery/resources and /discovery/search.