Api
Delete a service account
Delete a service account and all data associated with it (GIFs, collections, sessions). This is irreversible. Owner only.
Authorization
BearerAuth AuthorizationBearer <token>
Pass a user session token (from /auth/login) or an app API key (gk_…).
In: header
Path Parameters
id*string
said*string
Service account ID.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/apps/string/serviceAccounts/string"{ "message": "string"}{ "error": "string"}{ "error": "string"}{ "error": "string"}Create a service account POST
Create a service account for one of your users. Each service account gets its own isolated user context. Fails if the app has reached its service account limit.
File a report POST
Submit a content report for a GIF. Authentication is optional. Rate limit 50 per 10 minutes per IP.