Api
Add GIFs to a collection
Add GIFs to a collection. IDs the caller does not own are skipped. Max 100 per request.
AuthorizationBearer <token>
Pass a user session token (from /auth/login) or an app API key (gk_…).
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/collections/string/gifs" \ -H "Content-Type: application/json" \ -d '{ "gifIds": [ "string" ] }'{ "message": "Added", "added": 2}{ "error": "string"}{ "error": "string"}{ "error": "string"}{ "error": "string"}