Overview
Agent Skills are short instruction files your coding agent loads while it writes a 9Pic integration. Install them into Cursor, Claude Code, Codex, or any other tool that supports the skills CLI. Each skill names the API Reference pages for that job. The API key stays on your backend, FaceFind searches reuse onerequest_id, and guests see watermarked previews until you unlock originals.
API Skill
API keys, identifiers, the response envelope, pagination, and errors.
Participant App
FaceFind, BibTrack, gallery, Motion clips, and watermarked previews.
Media Selling
Your checkout, then original photos after a confirmed sale.
Install
1
Create an API key
Create a token in Developer Zone. Developer Zone is Enterprise only. Send the key as
X-API-Key as described in Authentication.2
Install the skills
From the repository where the agent will write code:That installs every 9Pic skill. To install one:
3
Describe the integration
Tell the agent what you are building: a guest gallery, selfie search, bib search, clips, or paid originals. Paths, fields, and examples come from the linked API Reference pages.
Installed skills do not update on their own. After we publish a change, run
npx skills update -y or re-run the add command.Common Questions
Which skill should I install?
Which skill should I install?
Install all three if you are unsure. Use API Skill for any call to
api.9pic.ai. Add Participant App for a guest-facing gallery or search. Add Media Selling when you take payment yourself and then unlock originals.Do I still need the API Reference?
Do I still need the API Reference?
Yes. Paths, request bodies, pagination limits, and response shapes live in the API Reference. Skills point the agent at those pages.
Can I sell photos through my own checkout?
Can I sell photos through my own checkout?
Yes. Guests see thumbnails and watermarked images until you record a successful sale. Your backend then calls Download Originals. See Media Selling.
Does this cover import, process, or go-live?
Does this cover import, process, or go-live?
No. Those are organiser pipeline endpoints. Start from Memories if you need them.
Next Steps
Authentication
Create a token and send
X-API-Key.API Reference
Endpoints, conventions, models, and errors.
Developer Zone
Where Enterprise organisations create API keys.
Conventions
Base URL, identifiers, envelope, and pagination.

