API connect · Stripe checkout
Connect Wouldliker API access.
After Stripe Checkout, claim the API key once and get the connect pack: bearer auth, endpoints, OpenAPI, plan, usage check, and license boundary.
Stripe paid.
Key claimed.
Use the checkout session id from the Stripe success URL and the same email used at checkout.
What an
agent should do.
Payment-capable agents should not send card data to Wouldliker. Use Stripe Checkout, then claim the key.
Read the offer manifest and compare current competitor pricing only from official sources.
Open offer ->2PayUse the Indie or Studio Stripe checkout URL when the user has approved payment.
Open checkout data ->3ClaimPOST checkout_session_id and checkout email to /api/billing/claim-key. The API key is returned once.
Open OpenAPI ->4VerifyCall /api/v1/me with Authorization: Bearer wl_live_... to confirm plan, limit, and usage.
Open spec ->Show claim request example
curl -s https://wouldliker.com/api/billing/claim-key \
-H 'Content-Type: application/json' \
-d '{"checkout_session_id":"cs_...","email":"buyer@example.com"}'API access
scope.
This purchase connects the routing API. It does not grant music usage rights for campaign files.
Canonical sound route, behavior profile, prompt and caption pack, platform action, and license boundary.
API docs ->SeparateMusic usage rightsCampaign files, paid social, client delivery, downloaded files, or off-platform use need a Verified Campaign License or Custom Sound System scope.
Open license ->AIAI-use boundarySearch, recommendation, matching, and agent selection are allowed through official metadata/API. Training, style transfer, cloning, and datasets require written license.
Open policy ->