Skip to main content
POST
/
api
/
templates
/
{template_id}
/
ai
/
smart_create
Error
A valid request URL is required to generate request examples
{
  "fields": [
    {
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "submitter_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "required": true,
      "readonly": true,
      "key": "<string>",
      "default_value": "<string>",
      "placeholder": "<string>",
      "pattern": "<string>",
      "options": [
        "<string>"
      ],
      "formula": "<string>",
      "areas": [
        {
          "x": 123,
          "y": 123,
          "w": 123,
          "h": 123,
          "page": 123,
          "attachment_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        }
      ],
      "preferences": {}
    }
  ],
  "count": 123,
  "pipeline": {
    "version": "v2",
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "latency_ms": 123,
    "anchor_hits": 123,
    "anchor_misses": 123,
    "corrections_applied": 123,
    "critic_ran": true,
    "documents_scanned": 123,
    "verifier_ran": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

API token generated at Settings > API

Path Parameters

template_id
string
required

Response

200 - application/json

Detected fields

fields
object[]
count
integer
pipeline
object

Telemetry metadata attached to v2 AI field detection responses. Accounts on the legacy (v1) pipeline do not receive this block.