Open AI Klarna product Api
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
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$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

FieldTypeDescription
q*stringA 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
sizeintegernumber of products returned default null
budgetintegermaximum 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.