PhotoGPT Developers

Ping the service

GET
/ping

Health check for developer API availability.

Authorization

BearerAuth
AuthorizationBearer <token>

Developer API key. Send as Authorization: Bearer <api_key>.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/ping"
{  "message": "pong!",  "status": "OK"}
{  "err": "string",  "message": "string",  "result": null,  "status": "NOK"}