You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-40Lines changed: 61 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,68 +33,89 @@ Join the **[No-Code Architects Community](https://www.skool.com/no-code-architec
33
33
34
34
---
35
35
36
-
## Features of the No-Code Architects Toolkit API
36
+
## API Endpoints
37
37
38
-
Each feature is supported by robust payload validation and detailed API documentation to facilitate easy integration and usage.
38
+
Each endpoint is supported by robust payload validation and detailed API documentation to facilitate easy integration and usage.
39
39
40
-
### Advanced Media Manipulation
40
+
### Audio
41
41
42
-
#### 1. `/v1/ffmpeg/compose`
43
-
-**Description**: Provides a flexible way to compose and manipulate media files using FFmpeg. Supports complex media operations like transcoding, concatenation, and filtering.
-**Description**: Adds captions to a video file, including options for font, position, and styling. It also supports automated language detection and custom replacements in captions.
-**Description**: Combines multiple video files into a single video file. The input files are concatenated in the specified order, and the final video is uploaded to cloud storage.
-**Description**: Executes Python code on the server in a controlled environment. Useful for scripting, prototyping, or dynamically running Python scripts with secure execution.
-**Description**: Converts an image into a video file with configurable options like duration, frame rate, and zoom effects. Ideal for creating video slideshows or transitions.
72
-
-**Documentation Link**: [Image to Video Documentation](https://github.com/stephengpope/no-code-architects-toolkit/blob/main/docs/image/convert/image_to_video.md)
74
+
-**`/v1/media/convert/mp3`**
75
+
-Converts various media formats specifically to MP3 audio.
0 commit comments