JigsawStack Logo

Beta

Pricing

Template

Generate a JSON schema based on the following data structure: {data_structure_description}
{
  "json_schema": "Generated JSON schema"
}

Create JSON Schema

9ca43a8d-7ed6-4d30-b253-1c1dd41bb8a7

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": "9ca43a8d-7ed6-4d30-b253-1c1dd41bb8a7",
  "input_values": {
    "data_structure_description": "your value here"
  }
})

$

npm i jigsawstack

Try prompt template

Create JSON Schema Preview (Alpha)

Try all advanced features ->

Sign up for free to run Create JSON Schema preview

Run to see results

Resources

Docs

Read more ->