Template
Create an outline for a blog post about topic {text}
{
"outline": [
{
"section": "Title of section"
}
]
}
0073d008-da9b-4c27-90a8-0240f3ecd4f5
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": "0073d008-da9b-4c27-90a8-0240f3ecd4f5",
"input_values": {
"text": "your value here"
}
})
$
npm i jigsawstack
Try prompt template
Generate Blog Post Outline Preview (Alpha)
Try all advanced features ->
Run to see results
Resources