Using our API via a dedicated deployment? Just replace
api.langdock.com with your deployment’s base URL: <deployment-url>/api/publicRequired Scopes
This endpoint requires theINTEGRATION_API scope.
Path Parameters
Request Body
Input Field Schema
Each input field has the following properties:Field Types
Example
Response Format
Success Response (201 Created)
Error Handling
Code Execution Environment
Action code runs in a sandboxed JavaScript environment with access to:inputs- Object containing the values of input fieldssecrets- Object containing configured secrets for the integrationfetch- Standard fetch API for HTTP requests- Standard JavaScript built-ins
Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.