llms.txtllms-full.txt
DashboardStatusGet API Key
IntroductionQuickstartModelsPricingArchitecture & SecurityLimits & Quotas
Execution Modes & HTTP QueueWebhooksWebSocketsMCP Servern8n Integrationn8n dryAPI node
API OverviewErrorsText-to-ImagePOSTText-to-Image Price CalculationPOSTText-to-VideoPOSTText-to-Video Price CalculationPOSTImage-to-VideoPOSTImage-to-Video Price CalculationPOSTAudio-to-VideoPOSTAudio-to-Video Price CalculationPOSTText-to-Speech (TTS)POSTText-to-Speech Price CalculationPOSTText-to-MusicPOSTText-to-Music Price CalculationPOSTText-to-EmbeddingPOSTText-to-Embedding Price CalculationPOSTImage-to-ImagePOSTImage-to-Image Price CalculationPOSTImage Background RemovalPOSTImage Background Removal Price CalculationPOSTImage UpscalePOSTImage Upscale Price CalculationPOST
Image Prompt BoosterPOSTImage Prompt Booster PricePOSTImage-to-Image Prompt BoosterPOSTImage-to-Image Prompt Booster PricePOSTPrompt EnhancementSample Prompts GeneratorPOSTSample Prompts PricePOSTSpeech Prompt BoosterPOSTSpeech Prompt Booster PricePOSTVideo Prompt BoosterPOSTVideo Prompt Booster PricePOST
OpenAPI
SDKs & IntegrationsPayment MethodsFAQ — Frequently Asked QuestionsSupport & Contact
dAdryAPI
DashboardStatusGet API Key
APIPrompt Enhancement
Technical Reference

Sample Prompts Generator

Technical documentation for dryAPI APIs, integration guides, and operational references.

Generate creative sample prompts for AI inference tasks. Perfect for inspiration, testing, or quick starting points.

NOTE

Supported types: text2image and text2speech. Optionally provide a topic parameter to guide the generation toward a specific theme.

OpenAPI

Client Get Sample Prompts

GET
/api/v1/client/prompts/samples

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

type*string

Type of sample prompt to generate

Value in"text2image" | "text2speech"
topic?|

Optional topic to base the prompt on. Uses default topics if not provided.

Lengthlength <= 500
lang_code?|

Optional language code for text-to-speech prompts

Lengthlength <= 4

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.dryapi.dev/api/v1/client/prompts/samples?type=text2image"
{
  "success": true,
  "data": {
    "type": "text2image",
    "prompt": "A futuristic cyberpunk cityscape at night, neon lights reflecting off wet streets, towering holographic advertisements, flying cars weaving between glass skyscrapers, cinematic composition, moody, atmospheric, ultra-detailed digital art style."
  }
}
{
  "data": {},
  "message": "string",
  "errors": [
    null
  ],
  "statusCode": 0
}
{
  "data": {},
  "message": "string",
  "errors": [
    {
      "field": "string",
      "messages": [
        null
      ]
    }
  ],
  "statusCode": 0
}
{
  "success": false,
  "error": "Failed to generate sample prompt",
  "message": "OpenAI API request failed"
}
Last updated on 21 March 2026

Prompt Enhancement

Previous Page

POST Sample Prompts Price

Next Page