Generate a text corpus

GET /v1/generate/

Responses

  • 200

    Text Corpus Generated

    Hide response attribute Show response attribute object
    • corpus array[string]

      Generated text corpus

GET /v1/generate/
curl \
 -X GET https://api.infura.ai/v1/generate/ \
 -H "x-api-key: $API_KEY"
Response examples (200)
{
  "corpus": [
    "string"
  ]
}