JigsawStack Logo

Beta

Pricing

Template

Extract the main keywords from the following text. {text}
{
  "keywords": [
    {
      "keyword": "keyword 1"
    },
    {
      "keyword": "keyword 2"
    }
  ]
}

Extract Keywords from Text

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 ->

Sign up for free to run Extract Keywords from Text preview

Run to see results

Resources

Docs

Read more ->