Skip to main content
POST
/
replicate
Replicate a document
curl --request POST \
  --url https://gobl.dev/v0/replicate \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": "<unknown>"
}
'
{
  "code": 422,
  "key": "<string>",
  "message": "<string>",
  "faults": [
    {
      "properties": [
        "<string>"
      ],
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://gobl-correction-definitions.mintlify.app/llms.txt

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

Body

application/json
data
any
required

Document or envelope to replicate.

Response

Replicated document or envelope