Playground Check
11.2 POST /playground/check — public validation without quota deduction. Use POST /v1/playground/check when you need this capability from your application or backend. It accepts a JSON request body. There are no query parameters for this operation.
Endpoint
Use this full URL directly in server-side integrations, scripts, or internal tooling.
Authorization
This section explains how this endpoint should be called in the current API version.
Code examples
Start with curl, then use the language sample that matches your backend.
curl -X POST "https://api.dropfakes.com/api/v1/playground/check" \
-H "Content-Type: application/json" \
-d '{
"email": "person@example.com"
}'Parameters
Query string parameters and request body fields are listed together for faster scanning.
Success response
The primary success status for this operation is 200.
Error response
Use this example to handle validation and request errors safely on the client or backend.