Skip to main content
GET
/
v1
/
info
cURL
curl --request GET \
  --url 'https://api.bannerify.co/v1/info?apiKey='
{
  "id": "<string>",
  "name": "<string>",
  "createdAt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://documentation.bannerify.co/llms.txt

Use this file to discover all available pages before exploring further.

The info endpoint returns information about the current project, such as its name, id, and avatar.

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

The api key to use for this request

Example:

"key_xxxxxxxxx"

Response

Project info

id
string
required
name
string
required
createdAt
string
required