Skip to main content
POST
/
v2
/
concepts
Create Concept
curl --request POST \
  --url https://api.eden.art/v2/concepts \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "agent": "<string>",
  "usage_instructions": "<string>",
  "images": [
    {
      "image": "<string>",
      "usage_instructions": "<string>"
    }
  ]
}'
{
  "concept": "<any>"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
name
string
required
images
object[]
required
Required array length: 1 - 25 elements
agent
string
usage_instructions
string

Response

Default Response

concept
any
I