---
title: "GET /api/inspirations/"
method: GET
path: "/api/inspirations/"
tags: ["inspirations"]
---

# GET /api/inspirations/

`GET /api/inspirations/`

## Response `200`

- APICommunityCreationDetail[]
  - `id` string, uuid, required
  - `name` string, required — Name of Community Creation
  - `description` string — Description of Community Creation
  - `gen_type` string, required — Generation type of the inspiration.
  - `input_params_schema` ModelInputParamsSchema, required
    - `schema_uri` string — JSON Schema meta-schema URI (e.g., https://json-schema.org/draft-07/schema#).
    - `required` string[] — List of required property names.
    - `properties` object — Object defining property schemas.
  - `preview_image` string, uri, nullable — Preview image of Community Creation
  - `preview_video` string, uri, nullable — Preview video of Community Creation
  - `credit_cost` number, double, required — Credit cost for generating with this inspiration via the API (4x in-app price).
  - `categories` object[], required — List of category tags associated with the inspiration.
  - `labels` object[], required — List of label tags associated with the inspiration.

---

[API](https://skmtc.dev/creatify/apis/creatify-ai-api.md) · [All operations](https://skmtc.dev/creatify/apis/creatify-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/creatify/creatify-ai-api/revisions/7ca3bf8077ba/schema)
