LowCodeAPI
32 APIs
122 APIs
21 APIs
118 APIs
29 APIs
20 APIs
5 APIs
7 APIs
19 APIs
47 APIs
14 APIs
1 APIs
4 APIs
1 APIs
17 APIs
6 APIs
3 APIs
7 APIs
63 APIs
35 APIs
  • TextCortex API(16)
19 APIs
31 APIs
19 APIs
3 APIs
48 APIs
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
https://api.lowcodeapi.com/textcortex/v1/codes
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
max_tokensnumber
The maximum number of tokens to generate. Default: 2048
modestring*
Code generation mode. This could be Python, Java, SQL, etc. Allowed values: python, java, javascript, go, php, js_regex
modelstring
The language model to use. Allowed value: icortex-1. Default: icortex-1
nnumber
The number of outputs to generate. Default: 1
temperaturenumber
The sampling temperature to be used in text generation. The higher the temperature, the higher the risk of the output to sound 'made up'. Default: null
textstring*
Instruction for the program.
TextCortex