---
title: "SDXL Beta"
method: GET
path: "/ai-image/sdxl-beta"
tags: ["AI Images"]
---

# SDXL Beta

`GET /ai-image/sdxl-beta`

## Query parameters

- `text` string, required

## Response `200`

Success - Got the response

- AIImageResponse
  - `creator` string — The creator of the API
  - `message` string — Unnecessary message for the user
  - `ok` boolean — Indicates if the operation was successful
  - `jobId` number — job id that you can use in endpoint /task
  - `task_url` string — Task URL that you'll use for the next request

## Other responses

- `400` — Bad Request
- `500` — Server error

---

[API](https://skmtc.dev/paxsenix/apis/paxsenix-api.md) · [All operations](https://skmtc.dev/paxsenix/apis/paxsenix-api/llms.txt) · [OpenAPI document](https://skmtc.dev/paxsenix/apis/paxsenix-api/revisions/a09b8775685e?raw)
