---
title: "Get AI-generated content"
method: GET
path: "/v1/jobs/ai-content"
---

# Get AI-generated content

`GET /v1/jobs/ai-content`

## Query parameters

- `jobId` string, required

## Response `200`

Successful response

- AiContentSuccessResponse
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `title` string
    - `model` string
    - `type` string
    - `processingType` string
    - `webhookUrl` string
    - `totalCost` number
    - `usageTime` string
    - `mediaUrl` string
    - `jobResponse` object
      - `faq` string
      - `titles` string
      - `summary` string
      - `keywords` string
      - `facebookPost` string
      - `introduction` string
      - `linkedInPost` string
      - `twitterThread` string
      - `threadsByInstagram` string
      - `transcriptionJobId` string
      - `youtubeDescription` string
      - `keyTopicsWithBullets` string
      - `webArticleSEOFriendly` string
    - `status` string
    - `relevantJobId` string
    - `apiKeyId` string
    - `billingId` string
    - `userId` string
    - `systemModelKey` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.net/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/versions/ecbeb5d8dc13/schema)
