API Labz
  1. AI Agents
API Labz
  • AI Agents
    • Perplexity Search
      POST
    • Image Editor
      POST
    • Illustration Generator
      POST
    • Logo Generator
      POST
    • Image Generator
      POST
    • Flow Generator
      POST
    • Image Extractor
      POST
    • Google Deep Research
      POST
    • Post Generator
      POST
    • Random Data
      POST
    • Expense Tracker
      POST
    • ID Extractor
      POST
    • File Converter
      POST
    • Data Pipeline
      POST
    • Business Analyst
      POST
    • Deep Research Graph
      POST
    • API Labz LLM
      POST
    • Grok LLM
      POST
  • Business
    • Email Validator
      POST
    • Phone Validator
      POST
    • IBAN Validator
      POST
    • VAT Validator
      POST
    • JSON to CSV
      POST
    • XML to JSON
      POST
    • CSV to JSON
      POST
    • Downtime Monitor
      POST
    • Google Search
      POST
    • Domain Lookup
      POST
    • LinkedIn Search
      POST
    • Crunchbase Search
      POST
    • Job Postings Search
      POST
    • Currency Converter
      POST
    • Invoice Generator
      POST
    • Company Lookup
      POST
    • Company Search
      POST
    • Gmail
      POST
    • Domain WHOIS Lookup
      POST
    • IP/Domain Lookup
      POST
  • Utilities
    • PDF Merger
    • Language Translator
    • QR Code Generator
    • Base64
    • Password Generator
    • PDF Watermarker
    • UUID Generator
  1. AI Agents

API Labz LLM

POST
https://hub.apilabz.com/module/5001
AI Agents
Invoke the API Labz model for text and image completions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hub.apilabz.com/module/5001' \
--header 'Content-Type: application/json' \
--data-raw '{
    "prompt": "string",
    "fileType": "png",
    "base64": "string"
}'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
prompt
string 
required
The prompt for text or image completion
fileType
enum<string> 
optional
File type for image generation
Allowed values:
pngjpegwebpgif
base64
string 
optional
Base64-encoded image for image inputs
Examples

Responses

🟢200OK
application/json
LLM text or image completion response
Body
object {0}
Modified at 2025-04-05 09:03:16
Previous
Deep Research Graph
Next
Grok LLM
Built with