Qubico
  1. Get Started
Qubico
  • Get Started
    • Overview
    • Quickstart
  • Endpoints
    • image
      • 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
      • Qwen Image
        • Text to Image
        • Image Edit
        • Get Task
      • Image Upscaler
        • Image Upscale(Super Resolution) API
        • Image Upscale-Get Task
      • Image Background Remover
        • Remove Background API
        • Remove Background-Get Task
    • video
      • Wan
        • 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
        • Generate Video
        • Get Task
      • AI Hug
        • Create Task
        • Get Task
      • Video Upscale
        • Video Upscale
        • Video Upscale-Get Task
    • other
      • Trellis
        • Create Task
        • Get Task
    • Tools
      • Segment With Prompt API
      • Segment With Prompt API-Get Task
    • Account Management
      • Account Info
      • Task List Info
      • User Task History
  • Resources
    • Change Log
    • Output Storage
    • Unified API Schema
    • Webhook
  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 an 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 Qubico and log in with your GitHub account.
2.
Locate your API key:
After logging in, click on your profile in the top-right corner of the navigation bar.
In the dropdown menu, select Dashboard.
In the Dashboard, navigate to the API key section and generate your key.

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-12-03 08:40:19
Previous
Overview
Next
Flux with LoRA and Controlnet
Built with