A MORE CONSIDERED CONNECTION

Intelligence,
connected.

Bring your ideas and your models together.
One familiar API. A clearer way to build.

An independent AI gateway Private preview
DESIGNED TO FIT YOUR WORKFLOW
OpenAI-compatibleModel selectionHTTPS by default

THE IDEA IS SIMPLE

A little less between
you and what’s next.

Keep the interface familiar.
Make room for more possibilities.

01 / SIMPLICITY

One place to connect.

A single base URL and a familiar request format. Less integration work between an idea and its first request.

02 / FLEXIBILITY

The choice stays yours.

Specify the model in your request. Keep that decision close to your application, where it belongs.

03 / CLARITY

A deliberate foundation.

Key-based access and encrypted connections. A focused gateway with a small, straightforward surface.

FAMILIAR BY DESIGN

Your next idea.
Your existing tools.

Point your client at XEDOC, choose a model and send your request. The interface should feel like something you already know.

BASE URLhttps://api.xedoc.top/v1

Private preview. Model requests will be available when access opens.

# A familiar request. A new connection.
curl https://api.xedoc.top/v1/responses \
  -H "Authorization: Bearer $XEDOC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "YOUR_MODEL_ID",
    "input": "Make something worth building."
  }'
Responses APIExample request

A FEW DETAILS

Good questions.
Clear answers.

What is XEDOC?

XEDOC is an independent API gateway that connects your application to model services through a common interface.

Can I use my existing client?

The gateway follows familiar OpenAI-compatible request formats. Set your base URL to https://api.xedoc.top/v1 and use your XEDOC API key. Feature support depends on the endpoint and selected model.

Is access available yet?

XEDOC is currently in private preview. Public key creation, pricing and model availability will be published when access opens.

ROOM FOR WHAT COMES NEXT

Make the connection.

Explore XEDOC