logo
Index
API Reference
Authentication
Generate Image
Send Email
Get Weather
Search Internet
Search Papers from arXiv
powered by zuplo
DocsPricingSign in

API for AI

BASE URL
https://dab-main-50aad64.zuplo.app

Authentication

Sign into view and manage your API credentials

Generate Image

This API accepts a JSON body as follows: { "prompt": "your text" }

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

POST
/v1/image
1

Send Email

This API accepts a JSON body as follows: { "to": "email address", "subject": "email subject", "content": "email body" }

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

POST
/v1/email
1

Get Weather

This API accepts a JSON body as follows: { "location": "Singapore" }

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

POST
/v1/weather
1

Search Internet

This API accepts a JSON body as follows: { "query": "your text" }

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

POST
/v1/internet
1

Search Papers from arXiv

Free use with arXiv API syntax. Example: v1/arxiv?search_query=all:electron&start=0&max_results=10

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

GET
/v1/arxiv
1