Sediora
Sediora is part of the business directory set inside the Listings API publishing network, where the synced listing matches the same name, category, address, phone, website, and hours used across the plan's other citations.
Directory networks like this one are usually maintained by hand, site by site, whenever a business's name, address, or hours change. Listings API turns that into one API call that publishes and syncs the Sediora listing with the rest of the plan.
Only a few API calls are needed to publish a business to Sediora, covering name, category, address, phone, website, and hours. Listings API lets you:
- Create a location and publish it to Sediora alongside every other citation on the plan.
- Update the name, category, address, phone, website, or hours with a single call.
- Verify publishing status and read the live Sediora listing URL once it is live.
What the API does on Sediora
Listing sync
Name, address, phone, hours, description, categories, website, and photos publish to Sediora from one canonical record. The same write updates the rest of your plan's network.
Publish status you can query
Per site publish state and live listing links are readable back through the API, so you can verify the Sediora listing from response instead of checking it manually.
Typed SDKs + MCP
Node.js and Python SDKs with full types, plus a hosted MCP server so agents and LLM tools can drive the same API.
Publish and sync your Sediora listing
curl -X POST https://listingsapi.com/api/v4/locations \
-H "Authorization: API $LISTINGSAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"name":"Acme Dental","description":"Acme Dental is a family-owned dental practice in downtown New York offering preventive care, cosmetic dentistry, orthodontics, and emergency appointments. The team pairs modern equipment with a gentle, patient-first approach, and same-week visits are available.","subCategoryId":1432,"street":"123 Jump Street","city":"New York","stateIso":"NY","postalCode":"10013","countryIso":"US","phone":"6443859313"}}' curl -X POST https://listingsapi.com/api/v4/locations/update \
-H "Authorization: API $LISTINGSAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"id":"TG9jYXRpb246MTgwMDI4OQ==","phone":"8073326999","street":"19 Trinity Enclave Main Rd"}}' curl https://listingsapi.com/api/v4/locations/TG9jYXRpb246MTgwMDI4OQ==/listings/premium \
-H "Authorization: API $LISTINGSAPI_KEY" Which plans include Sediora
Sediora is available on every plan, starting with Launch.
Sediora + Listings API
Which plan includes Sediora, and is an account there required?
Sediora is included on every plan, starting with Launch, and no Sediora account, login, or verification step is required for the directory itself. One Listings API key authenticates every call, and Listings API is an independent service, not affiliated with Sediora.
How do I publish a business to Sediora with the API?
Call createLocation with the business name, category, street address, city, state, postal code, country, and phone number. That call adds the location to Sediora along with every other citation on the plan, with no separate form to fill out on the directory.
How do I update details on a Sediora listing later?
Send the location ID and only the fields that changed to updateLocation, whether that is an address, phone number, or set of hours. The same call updates Sediora and every other citation on the plan in one request, so nothing needs editing on the directory directly.
How long does a Sediora listing take to go live, and how do I confirm it?
Publishing runs asynchronously and usually clears within a few hours to a few days, depending on the directory and the size of the citation set. Call GET /api/v4/locations/{id}/listings/premium for the per site publish status and the live Sediora listing URL once it is confirmed.
Can Listings API post updates or reply to reviews on Sediora?
No. Sediora is listing sync only, not posts or review management, on any plan tier. Posts and review replies through Listings API happen only on the Google and Facebook profiles, and analytics reads come only from Google, Bing, and Facebook.