cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/purchases/download
{ "url": "<string>", "slug": "<string>" }
Return a download URL for a completed purchase by Stripe session ID.
No auth required — session_id is an unguessable bearer token. Returns 403 if the webhook has not yet fired (status != ‘completed’).
1
Successful Response
Was this page helpful?