Version 1.9.72 (Release Notes)


abouthttps://api.pixlab.io/about

Description

Return copyright notice and information related to the PixLab API.

HTTP Methods

GET

Request Parameters

None

Response

application/json

200 - This command always succeed and a JSON object is always returned. The following are the JSON fields returned in response body:

FieldsTypeDescription
statusIntegerStatus code 200 indicates success, any other code indicates failure (Can't happen with this command).
payloadStringCopyright notice and information related to the PixLab API.

Python Example

# Refer to https://github.com/symisc/pixlab for the full list of production ready code samples...

See Also