Skip to main content

Introduction

0CodeKit is a big toolkit for low- and no-code platforms. If you are building workflows in Make, Zapier, or N8N, and you're missing something, chances are 0CodeKit is exactly what you need!

Platforms

0CodeKit is currently available on Make, Zapier, and N8N. We also offer direct API access. You can create your account here:

Dashboard

0CodeKit is organized into Kits

1. PDF Kit

Merge PDFs:

https://scalar.0codekit.com/#tag/pdf/post/pdf/merge

Docx to PDF:

https://scalar.0codekit.com/#tag/pdf/post/pdf/docx-to-pdf

HTML to PDF:

https://scalar.0codekit.com/#tag/pdf/post/pdf/html

Markdown to PDF:

https://scalar.0codekit.com/#tag/pdf/post/pdf/markdownstringtopdf

Redact Sensitive Information from PDF:

https://scalar.0codekit.com/#tag/pdf/post/ai/redact-pdf

Compress PDF:

https://scalar.0codekit.com/#tag/pdf/post/pdf/compress

Interested in more PDF endpoints? Then checkout this link:

PDF Endpoints by 0CodeKit

2. Business Kit

Validate Email:

https://scalar.0codekit.com/#tag/business/post/business/validate/email

Validate Domain:

https://scalar.0codekit.com/#tag/business/post/business/verify/domain

Validate IBAN:

https://scalar.0codekit.com/#tag/business/post/business/validate/iban

3. AI Kit

OCR Read text from image using AI:

https://scalar.0codekit.com/#tag/ai/post/ai/advancedocr

4. Image Kit

Crop Image:

https://scalar.0codekit.com/#tag/image/post/image/crop

HTML to Image:

https://scalar.0codekit.com/#tag/image/post/image/html

5. Code Kit

We offer both Python and JavaScript code execution.

Javascript

https://scalar.0codekit.com/#tag/code/post/code/javascript

Python

https://scalar.0codekit.com/#tag/code/post/code/python

There are two methods to return your result.

result = { "data": YOURVARIABLE }

Or just:

return { "data": YOURVARIABLE }

Both methods will return the result in the JSON

{ "data": YOURVARIABLE }

Check out our Code Editor:

Image of Code Editor

Here you can find some code samples:

Run Python via API

result = { "data": YOURVARIABLE }

We will return the result in the JSON

{ "data": YOURVARIABLE }

So please insert this at the end of your code!

Find out more in this short video what 0CodeKit is and how to set up your account: