Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
x-api-key: <optional api key>

Output

Follow the input fields, the same structure should be returned A JSON object of generated fields with as keys dotted keys and as value the AI's generated value.

Ex:

Code Block
languagejson
{ 
  "FieldsGeneratedFields": {
    "Descriptive.Description": "This is an image of a cat"  
  }
}

...