Chat-based agent returning an interactive iPhone timeline from 2007 to 2023 via x402 micropayment.
What it does
This x402-enabled endpoint hosts a Questflow "swarm" agent that provides an interactive timeline of every iPhone model from 2007 to 2023. Users send a text message (via POST with a JSON body containing an "input" field) and receive a string response detailing key features, specifications, and the evolution of Apple's flagship smartphone line.
The endpoint is live on the Questflow platform (api-dev.intra-tls2.dctx.link) and requires an X-PAYMENT header conforming to the x402 protocol (version 1). Payment is accepted in USDC on the Base Sepolia testnet, with a maximum charge of 500,000 units (likely 0.50 USDC given 6-decimal USDC). The payment scheme is "exact" and the maximum timeout is 1200 seconds.
Documentation is sparse — no OpenAPI spec, no dedicated docs page, and no additional crawlable resources beyond the x402 challenge itself and the Questflow landing page. The output schema embedded in the challenge indicates a simple request/response pattern: POST a JSON object with an "input" string and receive a JSON object with a "response" string. Because this runs on a testnet (Base Sepolia), it is likely a development or demo deployment rather than a production service.
Capabilities
Use cases
- —Querying detailed specifications and features of any iPhone model from 2007 to 2023
- —Exploring the evolution of Apple's smartphone line in a conversational format
- —Building applications that surface historical iPhone data behind a micropayment wall
- —Demonstrating x402 payment-gated agent interactions on Base Sepolia testnet
Fit
Best for
- —Developers experimenting with x402 micropayment protocols on testnet
- —Users wanting conversational access to structured iPhone historical data
- —Agent-to-agent workflows that need Apple product timeline information
Not for
- —Production applications requiring mainnet payment settlement
- —Real-time or current iPhone pricing and availability data
- —General-purpose conversational AI beyond the iPhone timeline topic
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f1fa8c9c162996ee72c4bc \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "What were the key features of the iPhone 5?"}'Example
Request
{
"input": "What were the key features of the iPhone 5?"
}Response
{
"response": "The iPhone 5, released in September 2012, featured a 4-inch Retina display, the A6 chip, an 8MP iSight camera, LTE connectivity, and the new Lightning connector, replacing the 30-pin dock connector used in previous models."
}Endpoint
Quality
The endpoint is live (402 challenge captured) with a clear output schema embedded in the challenge, but there is no OpenAPI spec, no dedicated documentation, and the service runs on a testnet (Base Sepolia). The response example is inferred from the schema description rather than observed.
Warnings
- —Runs on Base Sepolia testnet — likely a development/demo deployment, not production
- —No OpenAPI or dedicated documentation available
- —Response content and quality are inferred from the description; no actual paid response was observed
- —The example response JSON is fabricated based on the schema description, not from a real call
Citations
- —Endpoint returns 402 with x402 version 1 challenge requiring USDC on base-sepoliahttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f1fa8c9c162996ee72c4bc
- —maxAmountRequired is 500000 USDC units with payTo address 0xAcaF8730D98bA64Ef2c94EF3b29BE214274C8AA8https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f1fa8c9c162996ee72c4bc
- —Description states interactive timeline of every iPhone model from 2007 to 2023https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f1fa8c9c162996ee72c4bc
- —Questflow platform provides AI Clone agents for onchain marketshttps://api-dev.intra-tls2.dctx.link