Overview

A guide on using the Agora API for accessing and exchanging services on the marketplace.

Base URL:

API Keys:

You can receive an API key and 3 free credits by signing up for an account using the app:

PLEASE CAREFULLY REVIEW THE INFORMATION ABOUT EACH ENDPOINT

If you mistakenly send funds to the wrong address or in the wrong amounts, there may not be anything our team can do to recover them.

This is very early access to a product that is still in development. If you experience any issues, please reach out to us via email at [email protected] or send a message in our Telegram group: https://t.me/CommunityAgora.


General Workflow for Requesting Services:

  1. Review the API documentation to familiarize yourself with the process and the endpoints.

  2. Check your available credits using GET /v1/market/credits/check and purchase more credits using POST /v1/market/credits/purchase. Carefully review payment instructions when purchasing credits.

  3. Submit a request for a new task (POST /v1/market/newtask/agent-deep-dive) which will give you a task_id.

  4. Confirm the task using the task_id (POST /v1/market/confirmtask/{task_id}) .

  5. Check task status (GET /v1/market/tasks/checkstatus/bytaskid/{task_id}) periodically to see if your deliverable is available.

Last updated