Template
Extract the main keywords from the following text. {text}
{
"keywords": [
{
"keyword": "keyword 1"
},
{
"keyword": "keyword 2"
}
]
}
66bfe41f-6e87-4d6f-91b7-95cbdb768b3a
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": "66bfe41f-6e87-4d6f-91b7-95cbdb768b3a",
"input_values": {
"text": "your value here"
}
})
$
npm i jigsawstack
Try prompt template
Extract Keywords from Text Preview (Alpha)
Try all advanced features ->
Run to see results
Resources