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

# Upload (Images)



## OpenAPI

````yaml post /api/v1/images/upload
openapi: 3.1.0
info:
  title: DraftLift Public API
  description: >-
    Public API for the DraftLift content generation platform. Authenticate with
    a `dl_live_` API key issued from the Settings → API Keys panel.
  version: 1.0.0
servers:
  - url: https://api.draftliftai.com
    description: Production
  - url: https://staging-api.draftliftai.com
    description: Staging
security: []
paths:
  /api/v1/images/upload:
    post:
      tags:
        - images
      summary: POST /api/v1/images/upload
      responses:
        '200':
          description: Successful response.
        '401':
          description: Missing or invalid credentials.
        '403':
          description: >-
            Insufficient scope or workspace mismatch. Detail body carries
            `error_code`.

````