Skip to main content
POST
/
pipeline
/
grok-pattern
/
simulate
Simulate grok pattern
curl --request POST \
  --url https://api.mezmo.com/v3/pipeline/grok-pattern/simulate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pattern": "<string>",
  "values": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Body

application/json
pattern
string
required
Pattern: ^(?:%\{[A-Z_0-9]+(?::\w+){0,2}\}[\s,;:-]*)+$
values
string[]
required
Minimum array length: 1

Response

200

Default Response