cURL
curl --request POST \ --url https://api.lucidtech.ai/{basePath}/functions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data ' { "metadata": {}, "name": "<string>", "description": "<string>", "runtime": "python" } '
{ "updatedTime": "<string>", "metadata": {}, "updatedBy": "<string>", "description": "<string>", "functionId": "<string>", "createdBy": "<string>", "name": "<string>", "createdTime": "<string>", "managedCodeId": "<string>", "runtime": "python", "organizationId": "<string>", "fileUrl": "<string>", "id": "<string>" }
Create Function
The access token received from the authorization server in the OAuth 2.0 flow.
4096
python
nodejs
200 response