OA
Open AI Klarna product Api
/public/openai/v0/products
API for fetching Klarna product information
API for fetching Klarna product information
liveunknown~3s typical
open-ai-product-endpointopen
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-klarna-com-openai /public/openai/v0/products for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | A precise query that matches one very small category or product that needs to be searched for to find the products the user is looking for. If the user explicitly stated what they want, use that as a default null |
| size | integer | number of products returned default null |
| budget | integer | maximum price of the matching product in local currency, filters results default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-klarna-com-openai","endpoint":"/public/openai/v0/products","input":{"q":"...","size":1,"budget":1}}'cli
npx cracked-ai run -p oa-klarna-com-openai -e /public/openai/v0/products -i '{"q":"...","size":1,"budget":1}'mcp
run_tool({ provider: "oa-klarna-com-openai", endpoint: "/public/openai/v0/products", input: {"q":"...","size":1,"budget":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.