Skip to content

wemakefuture/1saas-api-docu

Repository files navigation

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

Getting Started

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:

{% embed url="https://my.0codekit.com/en/dashboard/account" %}

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:

{% embed url="https://www.0codekit.com/pdf-endpoints" %}

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

{% hint style="info" %} 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 } {% endhint %}

Check out our Code Editor:

Here you can find some code examples:

{% embed url="https://gist.github.com/wemakefuture/f8c760a822848d516c65815eb7e183ad" %} Some JavaScript Examples {% endembed %}

Run Python via API

{% hint style="info" %} result = { "data": YOURVARIABLE }

We will return the result in the JSON
{ "data": YOURVARIABLE }

So please insert this at the end of your code! {% endhint %}

Here you can find some examples:

{% embed url="https://gist.github.com/wemakefuture/55608487840505d3e5aa195919aa3836" %} Some Python Examples {% endembed %}

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

{% embed url="https://www.youtube.com/watch?v=5d22iOEf2Yw" %}

About

API Documentation for 1SaaS

Resources

Stars

Watchers

Forks

Packages

No packages published