C

Coinopai · Search

by Coinopai

GETBase

$0.01

per call · USD Coin on Base

Returns matching workflows from 819 agent automation prompts with slug, title, description, and complexity — use it to find a ready-made automation instead of building one from scratch. Search by keyword to locate a Slack-to-Notion sync, an email-to-CRM pipeline, a dev-tool integration, or any pre-built workflow an agent can run directly, ranked by relevance with pagination via limit and offset.

Endpoint

GET https://x402.coinopai.com/api/search

3

Calls / 30d

2

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.coinopai.com/api/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402.coinopai.com/api/search?limit=20&offset=0&q=slack" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "results": [
    {
      "complexity": "low",
      "description": "Auto-save messages",
      "slug": "slack-to-notion",
      "title": "Slack to Notion"
    }
  ],
  "total": 1
}

Payment details

Pay to0x1304ec1a8945365e43a5c18a734065f107b417ca
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Coinopai & similar services