Template
Write detailed documentation for the following API endpoint, including request parameters, response format, and example usage: {api_details}
{
"api_documentation": "Complete documentation text",
"explanation": "Clear explanation in simple language"
}
a141939f-3d98-4847-b1d6-7ed2c577b7f3
Run in your code
javascript
python
php
ruby
go
java
swift
dart
kotlin
csharp
curl
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({
apiKey: "your api key here"
});
const response = await jigsaw.prompt_engine.run({
"id": "a141939f-3d98-4847-b1d6-7ed2c577b7f3",
"input_values": {
"api_details": "your value here"
}
})
$
npm i jigsawstack
Try prompt template
Document API Endpoint Preview (Alpha)
Try all advanced features ->
Run to see results
Resources