Skip to main content
GET
/
widgets
/
buy-button
/
{product_id}
.js
cURL
curl https://api.neuraldraft.io/v1/widgets/buy-button/32.js -o buy.js
"/* @neuraldraft buy-button widget v1 */\n(function(){ /* … */ })();\n"

Documentation Index

Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

product_id
integer
required

Response

JavaScript bundle.

The response is of type string.