Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

When you submit your very first deal as a new partner on MOGL, it goes through an AI-assisted review before entering the standard campaign workflow. This process is designed to get your deal approved faster by catching common issues early, suggesting improvements, and — when everything looks good — approving your deal automatically without a manual wait.

What to expect when you submit your first deal

As a new partner, your first deal submission is treated differently from subsequent ones. Instead of immediately entering the standard review queue, MOGL’s AI evaluates your deal’s structure, completeness, and quality right away.
1

Submit your deal

Fill out and submit your deal as normal. Once you submit, you’ll see a message letting you know that MOGL AI is reviewing your submission. This typically takes only a few moments.
2

Receive AI feedback or approval

One of three outcomes follows the review:
  • Auto-approved — Your deal meets all requirements. You’ll receive a notification that your deal has been approved and is moving forward.
  • AI suggestions available — The AI identified specific improvements that could strengthen your deal. You’ll be shown the suggestions and asked whether you’d like to apply them.
  • Routed to manual review — In some cases (see below), the AI cannot complete the review and a MOGL team member will review your deal instead.
3

Respond to AI suggestions (if applicable)

If suggestions are presented, review each one and choose to accept or skip. Accepting suggestions updates your deal in place — you won’t need to start over. Once you’ve responded, your deal moves forward.

How to respond to AI suggestions

When the AI identifies improvements, you’ll see them displayed alongside your original deal details. Suggestions may cover your deal title, description, deliverables, or other structural elements.
Applying the AI’s recommended edits updates your deal automatically. This is the fastest path to approval — deals that incorporate AI suggestions typically proceed without further manual review.The relevant API endpoint for applying AI edits to your deal:
POST /ai-edit-job
FieldDescription
idThe ID of the deal to update (required)
addTitleAndDescription.job_nameUpdated deal title
addTitleAndDescription.jobDescriptionUpdated deal description (HTML)
Accepting AI suggestions is optional, but deals that address the AI’s feedback are more likely to be approved quickly and attract strong athlete interest.

When deals go to manual review

The AI is designed to handle most first-deal reviews automatically, but your deal will be sent to a MOGL team member in these situations:
  • The AI could not confidently evaluate the deal’s content
  • The deal flagged specific compliance or policy considerations that require human judgment
  • A technical issue prevented the automated review from completing
Manual review does not mean your deal was rejected. A MOGL team member will review it and follow up with next steps. You’ll receive a notification when the review is complete.
If your deal is sent to manual review, you don’t need to resubmit. Your original submission is preserved and the reviewer has full context.

Checking your deal’s review status

You can retrieve the current AI review status and any feedback for your deal at any time:
GET /job-review-results/{jobId}
ParameterDescription
jobIdThe ID of the deal you submitted
The response includes the review outcome, any AI-generated feedback, and the current approval state of your deal.

Notifications

MOGL sends you notifications at key points in the review process:
EventWhat you receive
AI feedback is readyNotification prompting you to review AI suggestions
Deal auto-approvedConfirmation that your deal has been approved
Manual review requiredNotification that a team member will review your deal
The first-deal AI review only applies to your first deal submission. All subsequent deals follow the standard MOGL review process.

For partners working with MOGL support

If you’re troubleshooting a first-deal review with MOGL support, the support team can see the AI review outcome, any suggestions that were generated, and the final decision for your deal. They can also manually override a review result or escalate a deal if needed. You don’t need to re-explain your deal’s content — just provide your deal ID and the support team will have everything they need.