Qubico
  1. Get Started
Qubico
  • Get Started
    • Overview
    • Quickstart
  • Endpoints
    • Flux
      • Flux with LoRA and Controlnet
      • Available LoRA and Controlnet
      • Flux API with Redux Variation, Fill, Inpaint and Outpaint
      • Create Task
        • Kontext
        • Text to Image
        • Image to Image
      • Get task
    • AI Hug
      • Get Task
      • Create Task
    • Faceswap
      • Multi Faceswap
      • Image Faceswap
      • Video Faceswap
      • Get Task
    • TTS
      • Zeroshot Text-to-Speech F5-TTS
      • Get Task
    • Trellis
      • Create Task
      • Get Task
    • WanX
      • Generate WanX Task with LoRA Using Qubico
      • Available LoRA Types for Wanx
      • Use Cases for Wanx LoRA
      • Use Cases for Wanx Control Camera
      • Create Task
      • Get Task
    • Skyreels
      • Create Task
      • Get Task
    • Framepack
      • Create Task
      • Get Task
    • Hunyuan Video
      • How to Make a Hunyuan API Call
      • Get Task
      • Generate Video
    • Mmaudio
      • Get Task
      • Generate Audio
    • DiffRhythm
      • Generate Audio
      • Get Task
    • Ace Step
      • Create Task
        • Text to Audio
        • Audio to Audio
        • Audio Edit
        • Audio Extend
      • Get Task
    • Tools
      • File Upload API
      • Video Upscale
      • Video Upscale-Get Task
      • Remove Background API
      • Remove Background-Get Task
      • Segment With Prompt API
      • Segment With Prompt API-Get Task
      • Image Upscale(Super Resolution) API
      • Image Upscale-Get Task
    • Account Management
      • Account Info
      • Task List Info
      • User Task History
  • Resources
    • Change Log
    • Output Storage
    • Unified API Schema
    • Webhook
    • Billings
  1. Get Started

Quickstart

Let's make your first API call to access AI functionalities using the service from Qubico!

Generate an API key#

💡
What is API key?
An API key is a secure credential that allows your code to interact with our API.
Never share your API key with anyone, as it can be exploited without your knowledge.
1.
Create an account: Go to the Qubico workspace and log in with your GitHub account.
2.
Create an API key: After logging in, navigate to the API key section in the workspace and generate one.

Set Base URL#

This is the URL to be used for all of our API calls:
https://api.qubico.ai

Make your first API call#

Let's take Flux API as an example.
1.
Set URL endpoint:
With our Unified API Schema, users can interact with all models and services through just two endpoints: create task and get task.
Here, we want to create a Flux text-to-image task, so the endpoint should be:
https://api.qubico.ai/api/v1/task
2.
Set the header:
In most cases, you will need an API key for authorization. Remember to replace the YOUR_API_KEY with your actual key. The headers look like this:
Modified at 2025-06-30 09:51:07
Previous
Overview
Next
Endpoints
Built with