snapas

Integrate Snap.as API photo uploads and management using Write.as tokens.

40|7|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/rawveg/skillsforge-marketplace --skill snapas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snapas
Source: https://github.com/rawveg/skillsforge-marketplace/tree/main/snapas
Command: npx skills add https://github.com/rawveg/skillsforge-marketplace --skill snapas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides practical guidance for integrating with the Snap.as API, including authentication, photo uploads, and management within Write.as workflows.

Core Features & Use Cases

  • Auth guidance: Use Write.as tokens for all API calls.
  • Photo operations: Upload, retrieve, and delete photos for personal or organization accounts.
  • Go client usage: Leverage the official Go client for convenient API access.

Quick Start

Authenticate with a Write.as token and upload a sample photo to your personal account using the provided endpoints.

Frequently Asked Questions about snapas

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate with the Snap.as API using Write.as tokens?

Authenticate by including your Write.as access token in the Authorization header of all API requests. The token grants access to photo upload, retrieval, and management endpoints for both personal and organization accounts within the Snap.as API.

How do I upload photos to Snap.as using multipart/form-data?

Upload photos by sending multipart/form-data requests to the Snap.as API with your Write.as token in the Authorization header. The API processes the upload and returns HTTP status responses indicating success or error for personal and organization photo galleries.

Can I use the official Go client to integrate Snap.as photo uploads?

Yes, the official Go client provides convenient access to Snap.as API endpoints for authentication, photo uploads, retrieval, and deletion. It handles Write.as token management and HTTP-status-based responses, streamlining integration within Write.as applications.

What HTTP status codes does Snap.as return for photo operations?

Snap.as returns consistent HTTP status codes to indicate the outcome of photo upload, retrieval, and deletion requests. Proper error handling based on these responses ensures reliable integration with Write.as workflows for managing personal and organization photo galleries.

How do I retrieve and delete photos from my Snap.as gallery?

Retrieve photos by querying the Snap.as API with your Write.as token; delete photos by sending deletion requests to the appropriate endpoints. Both operations support personal and organization galleries and return HTTP status responses confirming the action.

Do I need separate credentials for personal versus organization photo uploads to Snap.as?

No, a single Write.as access token handles authentication for both personal and organization photo uploads to Snap.as. The API scope and endpoint routing determine whether uploads target your personal account or an organization gallery.