The NCA Toolkit API eliminates monthly subscription fees by consolidating common API functionalities into a single FREE API. Designed for businesses, creators, and developers, it streamlines advanced media processing, including video editing and captioning, image transformations, cloud storage, and Python code execution.
Tired of wasting thousands of dollars on API subscriptions to support all your automations? What if there was a free alternative?
The 100% FREE No-Code Architects Toolkit API processes different types of media. It is built in Python using Flask.
The API can convert audio files. It creates transcriptions of content. It translates content between languages. It adds captions to videos. It can do very complicated media processing for content creation. The API can also manage files across multiple cloud services like Google Drive, Amazon S3, Google Cloud Storage, and Dropbox.
You can deploy this toolkit in several ways. It works with Docker. It runs on Google Cloud Platform. It functions on Digital Ocean. You can use it with any system that hosts Docker.
Easily replace services like ChatGPT Whisper, Cloud Convert, Createomate, JSON2Video, PDF(dot)co, Placid and OCodeKit.
Want help? Join a supportive community and get dedicated tech support.
Join the ONLY community where you learn to leverage AI automation and content to grow your business (and streamline your biz).
Who’s this for?
Get courses, community, support, daily calls and more.
Join the No-Code Architects Community today!
Each endpoint is supported by robust payload validation and detailed API documentation to facilitate easy integration and usage.
/v1/audio/concatenate
/v1/code/execute/python
/v1/ffmpeg/compose
/v1/image/convert/video
/v1/s3/upload
docker build -t no-code-architects-toolkit .
API_KEY
S3_ENDPOINT_URL
S3_ACCESS_KEY
S3_SECRET_KEY
S3_BUCKET_NAME
S3_REGION
GCP_SA_CREDENTIALS
GCP_BUCKET_NAME
MAX_QUEUE_LENGTH
GUNICORN_WORKERS
GUNICORN_TIMEOUT
LOCAL_STORAGE_PATH
docker run -d -p 8080:8080 \
# Authentication (required)
-e API_KEY=your_api_key \
# Cloud storage provider (choose one)
# s3
#
#-e S3_ENDPOINT_URL=https://nyc3.digitaloceanspaces.com \
#-e S3_ACCESS_KEY=your_access_key \
#-e S3_SECRET_KEY=your_secret_key \
#-e S3_BUCKET_NAME=your_bucket_name \
#-e S3_REGION=nyc3 \
# Or
# GCP Storage
#
#-e GCP_SA_CREDENTIALS='{"your":"service_account_json"}' \
#-e GCP_BUCKET_NAME=your_gcs_bucket_name \
# Local storage configuration (optional)
-e LOCAL_STORAGE_PATH=/tmp \
# Performance tuning (optional)
-e MAX_QUEUE_LENGTH=10 \
-e GUNICORN_WORKERS=4 \
-e GUNICORN_TIMEOUT=300 \
no-code-architects-toolkit
This API can be deployed to various cloud platforms:
The Digital Ocean App platform is pretty easy to set up and get going, but it can cost more then other cloud providers.
You need to use the “webhook_url” (for any request that exceeds 1 min) in your API payload to avoid timeouts due to CloudFlair proxy timeout.
If you use the webhook_url, there is no limit to the processing length.
Sometimes difficult for people to install (especially on Google Business Workspaces), lots of detailed security exceptions.
However this is one of the cheapest options with great performance because you’re only charged when the NCA Toolkit is processesing a request.
Outside of that you are not charged.
GCP Run will terminate long rununing processes, which can happen when processing larger files (whether you use the webhook_url or not).
However, when your processing times are consistant lower than 5 minutes (e.g. you’re only process smaller files), it works great! The performance is also great and as soon as you stop making requests you stop paying.
They also have a GPU option that might be usable for better performance (untested).
You can use these instructions to deploy the NCA Toolkit to any linux server (on any platform)
You can more easily control performance and cost this way, but requires more technical skill to get up and running (not much though).
base_url
: Your deployed API URLx-api-key
: Your API key configured during installationWe welcome contributions from the public! If you’d like to contribute to this project, please follow these steps:
Thank you for your contributions!
Get courses, community, support daily calls and more.
Join the No-Code Architects Community today!
This project is licensed under the GNU General Public License v2.0 (GPL-2.0).