Gifli API Docs
Api

File a report

Submit a content report for a GIF. Authentication is optional. Rate limit 50 per 10 minutes per IP.

POST
/reports/

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/reports/" \  -H "Content-Type: application/json" \  -d '{    "gifId": "string",    "reason": "csam"  }'
{  "id": "clxyz...",  "message": "Report submitted"}
{  "error": "string"}
{  "error": "string"}
{  "error": "Too many requests",  "retryAfterSec": 0}