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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
365 msmedian answer time
$0.1listed price per call
$0.1price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.ishtar.numetal.xyz/api/chat/ask
| Category | Everything else |
|---|---|
| Provider host | api.ishtar.numetal.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 365 ms |
Example input (from the provider)
{
"body": {
"message": "How do I write a dating doc that gets good matches?"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}