GET
/
cURL
curl --request GET \
  --url https://core.dev.textlayer.ai/
{
  "api_version": "v1.0",
  "api_description": "TextLayer Core API"
}

API Root Endpoint

This endpoint returns basic information about the API, including the version and description.

Response

{
  "api_version": "v1.0", 
  "api_description": "TextLayer Core API"
}
The response provides:
  • api_version: The current version of the API
  • api_description: A brief description of the API’s purpose

Example Request

curl -X GET https://core.dev.textlayer.ai/v1/

Response

200
application/json

API information

The response is of type object.