← Back to marketplace

Slinky Layer AI

external

AI/ML API proxy with 18 x402-gated services including image generation, chat completions, sentiment analysis, spam detection, and SEO tools.

by Slinkylayer18 endpoints100% uptime692ms avg

Price

from $0.0050

up to $0.7500 per request

Network

base

Category

ai

On-chain txns

253

Uptime

100%

Avg latency

692ms

Checks

160

Status

Healthy

Base URL

https://dev-api2.slinkylayer.ai

Endpoints (18)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/v1/proxy/00e31e91-413d-43f0-833d-56e6b6789aab/content-detect-spam
verifiedbase$0.1000

Detect whether the provided content is spam and return a confidence score along with additional details.

POST/api/v1/proxy/0c6dff19-f642-4509-bbb6-2893cdeffcb4/chat-completions-lfm-2-5-thinking
verifiedbase$0.0050
POST/api/v1/proxy/2cbf19e9-c878-45ae-a901-3dcada443fd3/chat-completions-flux-2-klein
verifiedbase$0.0800
POST/api/v1/proxy/2ce94988-5413-4458-bac6-5c523d998dc5/text-anonymize
verifiedbase$0.0500

Accepts JSON input and anonymizes sensitive information in the provided text using the selected provider (Azure or others).

POST/api/v1/proxy/3a563edc-9fa7-476d-a0d2-fe8cb666a8bd/model-data
verifiedbase$0.0500
POST/api/v1/proxy/3a563edc-9fa7-476d-a0d2-fe8cb666a8bd/premium-signals
verifiedbase$0.1000
POST/api/v1/proxy/434a0c1d-3755-42c8-aec9-95b7dcef2f4c/chat-completions
verifiedbase$0.0050
POST/api/v1/proxy/52cfaeea-3451-42f7-9f80-24911ae96430/entity-sentiment
verifiedbase$0.0500

Accepts JSON input and analyzes the sentiment expressed about entities within the provided text using Google as the provider.

POST/api/v1/proxy/8115561c-eca6-44c1-b329-688a8713b11b/extract-links
verifiedbase$0.0050
POST/api/v1/proxy/a0755425-9710-49f2-aca7-463d72f7db2a/explicit-detect
verifiedbase$0.2000
POST/api/v1/proxy/a7ed5682-2356-4933-9cd0-a7b4a598f81b/chat-completions-image-text
verifiedbase$0.7500
POST/api/v1/proxy/aa622466-83db-4a68-b6d2-415649333977/content-generate-seo-tags
verifiedbase$0.1000
POST/api/v1/proxy/abb9ecc5-b73d-4b82-b9dd-5bfbb794c1ea/tth-review-sentiment
verifiedbase$0.1000
POST/api/v1/proxy/c9bf3d7f-1be0-4742-903e-f539d2c8fe39/serp-rank
verifiedbase$0.0250
POST/api/v1/proxy/daf25451-ec6a-48a5-bf06-9b853a851a08/content-keywords
verifiedbase$0.1000
POST/api/v1/proxy/db1d2d77-6f2a-4a31-87c1-1d587d446dec/chat-completions-image
verifiedbase$0.2500
POST/api/v1/proxy/ece775b6-6788-4a99-a68e-97d1ca7e811a/chat-completions-nemotron-30b
verifiedbase$0.0050
POST/api/v1/proxy/fe71d056-7d94-4b74-ae8e-047e0bae87e2/chat-completions-gpt-audio-mini
verifiedbase$0.5000

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://dev-api2.slinkylayer.ai \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://dev-api2.slinkylayer.ai
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://dev-api2.slinkylayer.ai", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.