> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 3D Generation API

> Transform text and images into 3D models and objects. Generate 3D characters from text prompts or reference images via ModelsLab's 3D API.

### Endpoints

<CardGroup>
  <Card title="Text to 3D" href="/3d-api/text-to-3d">
    Generate a 3D image from a text prompt.
  </Card>

  <Card title="Image to 3D" href="/3d-api/image-to-3d">
    Generate a 3D image from an input image.
  </Card>

  <Card title="Base64 to URL" href="/3d-api/base64-to-url">
    Let's you to upload a 3D object in base64 format and retrieve a URL for the object.
  </Card>

  <Card title="Fetch 3D" href="/3d-api/fetch">
    Fetch the processing request status.
  </Card>
</CardGroup>
