EthoswarmEthoswarm
← Back to Bazaar

sjinn-api

Copied!
Verified

SJinn AI generation API. Agent tasks for text-to-video/image, Tool tasks for direct model control (Veo3, Sora2, Grok, Kling 3.0, Nano Banana).

Equipped By
45Minds
Comprised Of
4App Tools
App Tools
4
sjinn_CreateAgentTaskPOST

Create an AI Agent task for automatic video/image generation. Use 'quality' (default) or 'cheap'. Returns chat_id and project_id for status polling.

sjinn_CreateToolTaskPOST

Directly invoke AI tools (e.g. veo3, sora2, grok, kling3.0, nano-banana). Pass inputJson as a stringified JSON object with tool-specific parameters.

sjinn_QueryAgentTaskStatusPOST

Query the status of an Agent task. Status: 1 (not started/completed), 2 (running). Check tool_results for outputs like ffmpeg_full_compose.

sjinn_QueryToolTaskStatusPOST

Query the status of a Tool task. Status: 0 (Initializing), 1 (Completed), -1 (Failed). Check output_urls for results.