Content & Documents · Integration
Cincopa
Add Cincopa to your product for your customers, and give your AI agents governed access to it.
Cincopa's v2 API is method-oriented rather than resource-oriented: you call paths such as asset.list.json and gallery.list.json under api.cincopa.com/v2 and pass api_token as a query parameter, so a call without a token comes back as HTTP 403 with a notauthorized body rather than a 401. Assets are identified by an fid and galleries by a gid, and the two are separate objects, so uploading an asset does not place it in a gallery and that is a second call. Uploads are transcoded asynchronously, which means an asset can exist while its playback renditions are still being produced, and an integration that reads immediately after upload will see partial metadata. Captions, thumbnails and other presentation metadata hang off the asset rather than the gallery, so gallery-level edits do not propagate to the media the way teams expect. fastn holds each customer's Cincopa token, keeps every call scoped to their account and absorbs endpoint changes on their behalf.
In your product
Embedded for your customers. Per-tenant auth, no per-customer code, maintained by fastn.
Let a customer connect their own Cincopa account so uploads made in your product land in their media library rather than a shared one
Show a customer's existing galleries in your editor so authors can pick approved video without leaving the page
Write titles, descriptions and captions back to Cincopa assets whenever the source content is edited in your CMS
Report on which assets are still transcoding so an editorial workflow can block publishing until renditions are ready
For your AI agents
Governed, audited access for the agents you build, through the MCP server.
Ask an agent to find every asset in a customer's library with no caption file and list them for review, with each read audited per tenant
Have an agent add a newly uploaded asset to the correct gallery based on the tags supplied at upload time
Let an agent summarise a customer's storage and asset counts by gallery for a quarterly clean-up
Example prompt
Which videos in our Cincopa library are missing captions?
Set up Cincopa in 4 steps
- 01Enable the Cincopa connector from your fastn dashboard.
- 02Have each customer authorise their own Cincopa account, so calls run under their credentials rather than a shared key.
- 03Decide which files, documents and versions your product needs, map those fields, then enable the actions and triggers you want.
- 04Call it from your product and expose it to your agents through the same governed connection.
Why teams use the Cincopa integration
What you get by embedding it with fastn instead of building it yourself.
- Ship a Cincopa integration without building it. Your customers connect their own Cincopa account inside your product and work their files, documents and versions there, with no per-customer code on your side.
- Handle the part that actually costs time: permissions and versioning are easy to get subtly wrong, and mistakes expose content. fastn owns the auth, token refresh, rate limits, pagination and breaking-change fixes, so a Cincopa update is not your on-call problem.
- One integration serves your product and your agents. The same governed Cincopa connection powers in-product features and gives AI agents scoped, audited access, so you let your product work with your customers' documents in place without wiring it twice.
Used by these teams
Compare with
Often used alongside
Tools the same teams tend to run next to Cincopa, across other categories.
Cincopa integration FAQ
How do I add a Cincopa integration to my product?
Enable the Cincopa connector in your fastn dashboard, then let each customer authenticate their own Cincopa account. fastn handles the OAuth flow, token storage and refresh per tenant, so there is no Cincopa client code in your app and no per-customer branch in your codebase. Setup is 4 steps.
Do my customers each connect their own Cincopa account?
Yes. Every connection is scoped to the individual customer, so each authorises their own Cincopa account and only ever sees their own files, documents and versions. That per-tenant isolation is the point of an embedded integration: you support the long tail of customer setups without maintaining an integration per customer.
Can AI agents use this Cincopa integration?
Yes. The same connection is exposed to your agents through the fastn MCP gateway, with permissions scoped per tenant and every call audited. Ask an agent to find every asset in a customer's library with no caption file and list them for review, with each read audited per tenant
Who maintains the Cincopa integration?
fastn does. When Cincopa changes an endpoint, deprecates a field or alters its auth, the fix lands in the connector rather than in your backlog, and your customers' connections keep working.
Whose permissions does the Cincopa integration run under?
Each customer's own Cincopa grant. Where Cincopa holds a library, their existing folder and item permissions apply and your product cannot reach content the connected account could not reach itself. Where it processes content you supply rather than storing it, the call runs under that customer's own credentials and is logged per tenant.
Can my product create or update content in Cincopa automatically?
Where Cincopa supports writes, documents, entries and assets can be created, updated and filed from your product or by an agent within scoped permissions, with each action logged. Where it is a read surface, the same connection serves reads only.
What can I build with the Cincopa integration?
A common starting point: let a customer connect their own Cincopa account so uploads made in your product land in their media library rather than a shared one. Teams also use it for the other use cases listed above, and expose it to agents for governed reads and writes.
How much does the Cincopa integration cost?
It is included. Pricing is based on connected accounts, not on how many connectors you enable, so adding Cincopa does not change your per-connector cost. You can start free with 3 connected accounts.
Add Cincopa to your product
Start free with 3 connected accounts. No sales call required, and no per-customer integration code.