Getting Started

0CodeKit has many Kits available such as: PDF, AI, Code, Business, Images and more.

Platforms:

0CodeKit is available on Make.com Zapier and n8n. We also offer direct API access.

If you just want to start using 0Codekit click here:

0Codekit has many Kits. Here are some:

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:

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:

Here you can find some code examples:

Some JavaScript Examples

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!

Here you can find some examples:

Some Python Examples

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

Last updated

Was this helpful?