diff --git a/docs/integrations/rest-api.mdx b/docs/integrations/rest-api.mdx index 3ec3812..2a0dd9d 100644 --- a/docs/integrations/rest-api.mdx +++ b/docs/integrations/rest-api.mdx @@ -77,7 +77,7 @@ After successfully uploading a document to the API, you are now ready to run the got from the REST API integration card in the flow builder and the `documentId` from the previous step. ```bash -curl -X POST https://api.lucidtech.ai/v1/workflows//executions -H 'Authorization: Bearer ' --json '{"documentId": ""}' +curl -X POST https://api.lucidtech.ai/v1/workflows//executions -H 'Authorization: Bearer ' --json '{"input": {"documentId": ""}}' ``` :::info