Stock Media

Claude で Pixabay API を使う

Search Pixabay images, illustrations, vectors, and videos through one canonical use page on SkillBoss. Best for asset workflows, content teams, and AI agents that need royalty-free media discovery.

Canonical route for Pixabay on SkillBoss
Royalty-free stock image discovery
Stable for both users and AI agents

仕組み

1

SkillBoss をインストール

Claude Desktop、Cursor、Windsurf、または MCP 対応プラットフォームに追加します。

2

残高を追加

SkillBoss Credit から開始。サブスク不要、従量課金です。

3

Claude で Pixabay API を使う

Tell Claude or your agent what you need. SkillBoss routes Pixabay API and returns results.

x402 と MPP

Pixabay API can use x402 for deterministic setup or fixed-cost calls. For longer-running automation, MPP gives agents a payment-later path without pre-funding every workflow.

x402 / MPP 対応

x402

決定論的な設定やプロビジョニングで quote-pay-retry が必要な場合は x402 を使います。

curl https://api.skillboss.co/v1/chat/completions \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "X-Payment-Protocol: x402" \
  -d '{
    "model": "skillboss/claude-sonnet",
    "messages": [
      {"role": "user", "content": "Use Pixabay API for this request and return the result."}
    ]
  }'

MPP / Payment Later

長期利用、継続自動化、従量課金に広がる可能性がある場合は MPP を使います。

curl https://api.skillboss.co/v1/chat/completions \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "X-Payment-Protocol: mpp" \
  -d '{
    "model": "skillboss/claude-sonnet",
    "messages": [
      {"role": "user", "content": "Use Pixabay API for this request and return the result."}
    ]
  }'

できること

Search Pixabay images, illustrations, and vectors from one canonical route.
Use royalty-free stock assets in apps, content pipelines, and marketing workflows.
Give Claude, OpenClaw, and other agents a stable media search surface instead of a legacy /apis route.
Keep discovery, billing, and access on one SkillBoss path instead of a scattered vendor tree.
Support structured media lookups for CMS, design, and automation workflows.
Route future Pixabay endpoint details through one stable /use page.

料金

Deterministic pay-as-you-go access through SkillBoss Credit, x402, or MPP.

料金ソース

SkillBoss pricing

最終更新

ライブカタログから定期更新

ライフサイクル状態

掲載中・利用可能

エージェント向け

Useful for content, design, and automation agents that need clean stock-media discovery without legacy route ambiguity.

支払い経路

ワークフローが決定論的か従量課金かに応じて SkillBoss Credit、x402、MPP を使います。

正規 URL

https://www.skillboss.co/use/pixabay

始める準備はできましたか?

1万人以上の開発者が Claude、OpenClaw、その他の AI エージェントで SkillBoss を使い、より速く開発しています。

よくある質問

Why does Pixabay live under /use/pixabay?

SkillBoss uses /use as the canonical discovery layer. Legacy /apis/data/pixabay and /apis/pixabay routes should resolve here so both people and agents find one stable page.

What is Pixabay API best for?

It is best for finding royalty-free images and media for landing pages, blog posts, social assets, prototypes, and AI-generated content workflows.

Does this page support machine-friendly workflows?

Yes. This canonical page is designed to be readable by both developers and agents, with stable facts, pricing guidance, and next-step links.