API Documentation

Up-to-date API Documentation of 0CodeKit.

Remarks

Previous documentation on Postman can still be found here but is no longer maintained.

Base URL

https://prod.0codekit.com

Authentication

Include a key:value pair in the header of the request, where the key is auth and the value your API key that can be obtained in your 0CodeKit account portal.

For example: auth:a4c3dcc5-8e41-4cad-bd5f-c24086baba00

Functions

Note on the Asynchronous Python Code Executor Pricing

The cost of the asynchronous Python code executor is proportional to that of the regular synchronous Python executor. The key difference is that the asynchronous endpoint allows your code to run up to 5 times longer, with a maximum total runtime of 15 minutes.

  • Charges are applied every 3 minutes, which is the standard execution time increment for the synchronous Python executor.

  • You are charged for each 3-minute interval (or part thereof) that your code runs asynchronously.

Last updated